Skip to content

Commit e36a662

Browse files
Update all non-major dependencies
1 parent 71503b1 commit e36a662

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.springframework.boot</groupId>
2020
<artifactId>spring-boot-starter-parent</artifactId>
21-
<version>3.1.2</version>
21+
<version>3.2.0</version>
2222
<relativePath/>
2323
</parent>
2424

@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.cucumber</groupId>
2929
<artifactId>cucumber-bom</artifactId>
30-
<version>7.13.0</version>
30+
<version>7.14.1</version>
3131
<type>pom</type>
3232
<scope>import</scope>
3333
</dependency>
@@ -76,27 +76,27 @@
7676
<dependency>
7777
<groupId>org.apache.httpcomponents.client5</groupId>
7878
<artifactId>httpclient5</artifactId>
79-
<version>5.2.1</version>
79+
<version>5.2.2</version>
8080
</dependency>
8181
<dependency>
8282
<groupId>org.passay</groupId>
8383
<artifactId>passay</artifactId>
84-
<version>1.6.3</version>
84+
<version>1.6.4</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.eclipse.jgit</groupId>
8888
<artifactId>org.eclipse.jgit</artifactId>
89-
<version>6.6.0.202305301015-r</version>
89+
<version>6.7.0.202309050840-r</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>com.google.guava</groupId>
9393
<artifactId>guava</artifactId>
94-
<version>32.1.2-jre</version>
94+
<version>32.1.3-jre</version>
9595
</dependency>
9696
<dependency>
9797
<groupId>com.discord4j</groupId>
9898
<artifactId>discord4j-core</artifactId>
99-
<version>3.2.5</version>
99+
<version>3.2.6</version>
100100
</dependency>
101101

102102
<dependency>
@@ -188,7 +188,7 @@
188188
<plugin>
189189
<groupId>com.diffplug.spotless</groupId>
190190
<artifactId>spotless-maven-plugin</artifactId>
191-
<version>2.38.0</version>
191+
<version>2.40.0</version>
192192
<configuration>
193193
<java>
194194
<includes>
@@ -312,7 +312,7 @@
312312
<plugin>
313313
<groupId>com.google.cloud.tools</groupId>
314314
<artifactId>jib-maven-plugin</artifactId>
315-
<version>3.3.2</version>
315+
<version>3.4.0</version>
316316
<configuration>
317317
<from>
318318
<image>openjdk:17</image>

src/templates/docker/backup/make/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ version: '2.4'
33
services:
44

55
make-backup:
6-
image: offen/docker-volume-backup:v2.28.0
6+
image: offen/docker-volume-backup:v2.33.2
77
# image: generaltao725/docker-volume-backup
88
env_file:
99
- ./backup.env

src/templates/docker/flyway/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22

33
services:
44
flyway:
5-
image: flyway/flyway:9.22.2
5+
image: flyway/flyway:9.22.3
66
command: migrate
77
environment:
88
FLYWAY_PLACEHOLDER_PREFIX: "{{ "

src/templates/docker/gitea/docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2.4'
22

33
services:
44
gitea:
5-
image: gitea/gitea:1.20
5+
image: gitea/gitea:1.21
66
volumes:
77
- ./conf:/data/gitea/conf
88
- ./shared:/shared

0 commit comments

Comments
 (0)