Skip to content

Commit 3a4a4f6

Browse files
Update all non-major dependencies
1 parent c30ca5d commit 3a4a4f6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

pom.xml

+10-10
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>
@@ -83,27 +83,27 @@
8383
<dependency>
8484
<groupId>org.apache.httpcomponents.client5</groupId>
8585
<artifactId>httpclient5</artifactId>
86-
<version>5.2.1</version>
86+
<version>5.2.3</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>org.passay</groupId>
9090
<artifactId>passay</artifactId>
91-
<version>1.6.3</version>
91+
<version>1.6.4</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.eclipse.jgit</groupId>
9595
<artifactId>org.eclipse.jgit</artifactId>
96-
<version>6.6.0.202305301015-r</version>
96+
<version>6.7.0.202309050840-r</version>
9797
</dependency>
9898
<dependency>
9999
<groupId>com.google.guava</groupId>
100100
<artifactId>guava</artifactId>
101-
<version>32.1.2-jre</version>
101+
<version>32.1.3-jre</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>com.discord4j</groupId>
105105
<artifactId>discord4j-core</artifactId>
106-
<version>3.2.5</version>
106+
<version>3.2.6</version>
107107
</dependency>
108108
<dependency>
109109
<groupId>org.springframework.boot</groupId>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>io.micrometer</groupId>
118118
<artifactId>context-propagation</artifactId>
119-
<version>1.0.4</version>
119+
<version>1.1.0</version>
120120
</dependency>
121121
<dependency>
122122
<groupId>io.projectreactor</groupId>
@@ -222,7 +222,7 @@
222222
<plugin>
223223
<groupId>com.diffplug.spotless</groupId>
224224
<artifactId>spotless-maven-plugin</artifactId>
225-
<version>2.38.0</version>
225+
<version>2.41.1</version>
226226
<configuration>
227227
<java>
228228
<includes>
@@ -346,7 +346,7 @@
346346
<plugin>
347347
<groupId>com.google.cloud.tools</groupId>
348348
<artifactId>jib-maven-plugin</artifactId>
349-
<version>3.3.2</version>
349+
<version>3.4.0</version>
350350
<configuration>
351351
<from>
352352
<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.34.0
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)