Skip to content

Commit 6dfd50e

Browse files
authored
Merge pull request #177 from xdev-software/develop
Release
2 parents 0111083 + d8d651b commit 6dfd50e

File tree

7 files changed

+52
-38
lines changed

7 files changed

+52
-38
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 1.0.12
2+
* Updated dependencies
3+
14
# 1.0.11
25
* Rebuild to update underlying packages and flush out some CVEs
36

client/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
<plugin>
104104
<groupId>org.apache.maven.plugins</groupId>
105105
<artifactId>maven-project-info-reports-plugin</artifactId>
106-
<version>3.8.0</version>
106+
<version>3.9.0</version>
107107
</plugin>
108108
</plugins>
109109
</pluginManagement>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-compiler-plugin</artifactId>
143-
<version>3.13.0</version>
143+
<version>3.14.0</version>
144144
<configuration>
145145
<release>${maven.compiler.release}</release>
146146
<compilerArgs>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.codehaus.mojo</groupId>
192192
<artifactId>flatten-maven-plugin</artifactId>
193-
<version>1.6.0</version>
193+
<version>1.7.0</version>
194194
<configuration>
195195
<flattenMode>ossrh</flattenMode>
196196
</configuration>
@@ -255,7 +255,7 @@
255255
<dependency>
256256
<groupId>com.puppycrawl.tools</groupId>
257257
<artifactId>checkstyle</artifactId>
258-
<version>10.21.2</version>
258+
<version>10.21.4</version>
259259
</dependency>
260260
</dependencies>
261261
<configuration>
@@ -292,12 +292,12 @@
292292
<dependency>
293293
<groupId>net.sourceforge.pmd</groupId>
294294
<artifactId>pmd-core</artifactId>
295-
<version>7.10.0</version>
295+
<version>7.11.0</version>
296296
</dependency>
297297
<dependency>
298298
<groupId>net.sourceforge.pmd</groupId>
299299
<artifactId>pmd-java</artifactId>
300-
<version>7.10.0</version>
300+
<version>7.11.0</version>
301301
</dependency>
302302
</dependencies>
303303
</plugin>

core/pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,14 @@
8989
<dependency>
9090
<groupId>com.fasterxml.jackson</groupId>
9191
<artifactId>jackson-bom</artifactId>
92-
<version>2.18.2</version>
92+
<version>2.18.3</version>
9393
<type>pom</type>
9494
<scope>import</scope>
9595
</dependency>
9696
<dependency>
9797
<groupId>io.netty</groupId>
9898
<artifactId>netty-bom</artifactId>
99-
<version>4.1.118.Final</version>
99+
<version>4.1.119.Final</version>
100100
<type>pom</type>
101101
<scope>import</scope>
102102
</dependency>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>org.slf4j</groupId>
118118
<artifactId>slf4j-api</artifactId>
119-
<version>2.0.16</version>
119+
<version>2.0.17</version>
120120
</dependency>
121121

122122
<dependency>
@@ -144,7 +144,7 @@
144144
<plugin>
145145
<groupId>org.apache.maven.plugins</groupId>
146146
<artifactId>maven-project-info-reports-plugin</artifactId>
147-
<version>3.8.0</version>
147+
<version>3.9.0</version>
148148
</plugin>
149149
</plugins>
150150
</pluginManagement>
@@ -181,7 +181,7 @@
181181
<plugin>
182182
<groupId>org.apache.maven.plugins</groupId>
183183
<artifactId>maven-compiler-plugin</artifactId>
184-
<version>3.13.0</version>
184+
<version>3.14.0</version>
185185
<configuration>
186186
<release>${maven.compiler.release}</release>
187187
<compilerArgs>
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.codehaus.mojo</groupId>
250250
<artifactId>flatten-maven-plugin</artifactId>
251-
<version>1.6.0</version>
251+
<version>1.7.0</version>
252252
<configuration>
253253
<flattenMode>ossrh</flattenMode>
254254
</configuration>
@@ -313,7 +313,7 @@
313313
<dependency>
314314
<groupId>com.puppycrawl.tools</groupId>
315315
<artifactId>checkstyle</artifactId>
316-
<version>10.21.2</version>
316+
<version>10.21.4</version>
317317
</dependency>
318318
</dependencies>
319319
<configuration>
@@ -350,12 +350,12 @@
350350
<dependency>
351351
<groupId>net.sourceforge.pmd</groupId>
352352
<artifactId>pmd-core</artifactId>
353-
<version>7.10.0</version>
353+
<version>7.11.0</version>
354354
</dependency>
355355
<dependency>
356356
<groupId>net.sourceforge.pmd</groupId>
357357
<artifactId>pmd-java</artifactId>
358-
<version>7.10.0</version>
358+
<version>7.11.0</version>
359359
</dependency>
360360
</dependencies>
361361
</plugin>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-project-info-reports-plugin</artifactId>
52-
<version>3.8.0</version>
52+
<version>3.9.0</version>
5353
</plugin>
5454
</plugins>
5555
</pluginManagement>
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>com.puppycrawl.tools</groupId>
7070
<artifactId>checkstyle</artifactId>
71-
<version>10.21.2</version>
71+
<version>10.21.4</version>
7272
</dependency>
7373
</dependencies>
7474
<configuration>
@@ -105,12 +105,12 @@
105105
<dependency>
106106
<groupId>net.sourceforge.pmd</groupId>
107107
<artifactId>pmd-core</artifactId>
108-
<version>7.10.0</version>
108+
<version>7.11.0</version>
109109
</dependency>
110110
<dependency>
111111
<groupId>net.sourceforge.pmd</groupId>
112112
<artifactId>pmd-java</artifactId>
113-
<version>7.10.0</version>
113+
<version>7.11.0</version>
114114
</dependency>
115115
</dependencies>
116116
</plugin>

renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,17 @@
3737
"maven"
3838
],
3939
"groupName": "org.slf4j"
40+
},
41+
{
42+
"description": "Group com.fasterxml.jackson",
43+
"matchPackagePatterns": [
44+
"^com.fasterxml.jackson:jackson-bom",
45+
"^com.fasterxml.jackson.core:jackson-databind"
46+
],
47+
"datasources": [
48+
"maven"
49+
],
50+
"groupName": "com.fasterxml.jackson"
4051
}
4152
]
4253
}

server/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>io.netty</groupId>
9393
<artifactId>netty-bom</artifactId>
94-
<version>4.1.118.Final</version>
94+
<version>4.1.119.Final</version>
9595
<type>pom</type>
9696
<scope>import</scope>
9797
</dependency>
@@ -113,7 +113,7 @@
113113
<dependency>
114114
<groupId>org.slf4j</groupId>
115115
<artifactId>slf4j-jdk14</artifactId>
116-
<version>2.0.16</version>
116+
<version>2.0.17</version>
117117
</dependency>
118118

119119
<dependency>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.apache.maven.plugins</groupId>
142142
<artifactId>maven-project-info-reports-plugin</artifactId>
143-
<version>3.8.0</version>
143+
<version>3.9.0</version>
144144
</plugin>
145145
</plugins>
146146
</pluginManagement>
@@ -177,7 +177,7 @@
177177
<plugin>
178178
<groupId>org.apache.maven.plugins</groupId>
179179
<artifactId>maven-compiler-plugin</artifactId>
180-
<version>3.13.0</version>
180+
<version>3.14.0</version>
181181
<configuration>
182182
<release>${maven.compiler.release}</release>
183183
<compilerArgs>
@@ -257,7 +257,7 @@
257257
<plugin>
258258
<groupId>org.codehaus.mojo</groupId>
259259
<artifactId>flatten-maven-plugin</artifactId>
260-
<version>1.6.0</version>
260+
<version>1.7.0</version>
261261
<configuration>
262262
<flattenMode>ossrh</flattenMode>
263263
</configuration>
@@ -322,7 +322,7 @@
322322
<dependency>
323323
<groupId>com.puppycrawl.tools</groupId>
324324
<artifactId>checkstyle</artifactId>
325-
<version>10.21.2</version>
325+
<version>10.21.4</version>
326326
</dependency>
327327
</dependencies>
328328
<configuration>
@@ -359,12 +359,12 @@
359359
<dependency>
360360
<groupId>net.sourceforge.pmd</groupId>
361361
<artifactId>pmd-core</artifactId>
362-
<version>7.10.0</version>
362+
<version>7.11.0</version>
363363
</dependency>
364364
<dependency>
365365
<groupId>net.sourceforge.pmd</groupId>
366366
<artifactId>pmd-java</artifactId>
367-
<version>7.10.0</version>
367+
<version>7.11.0</version>
368368
</dependency>
369369
</dependencies>
370370
</plugin>

testcontainers/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@
9191
<dependency>
9292
<groupId>org.testcontainers</groupId>
9393
<artifactId>testcontainers</artifactId>
94-
<version>1.20.4</version>
94+
<version>1.20.6</version>
9595
<scope>compile</scope>
9696
</dependency>
9797
<!-- Testcontainers is using outdated v1 -->
9898
<dependency>
9999
<groupId>org.slf4j</groupId>
100100
<artifactId>slf4j-api</artifactId>
101-
<version>2.0.16</version>
101+
<version>2.0.17</version>
102102
</dependency>
103103

104104
<!-- Tests -->
@@ -111,13 +111,13 @@
111111
<dependency>
112112
<groupId>org.junit.jupiter</groupId>
113113
<artifactId>junit-jupiter</artifactId>
114-
<version>5.11.4</version>
114+
<version>5.12.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.slf4j</groupId>
119119
<artifactId>slf4j-simple</artifactId>
120-
<version>2.0.16</version>
120+
<version>2.0.17</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>com.fasterxml.jackson.core</groupId>
133133
<artifactId>jackson-databind</artifactId>
134-
<version>2.18.2</version>
134+
<version>2.18.3</version>
135135
<scope>test</scope>
136136
</dependency>
137137
</dependencies>
@@ -147,7 +147,7 @@
147147
<plugin>
148148
<groupId>org.apache.maven.plugins</groupId>
149149
<artifactId>maven-project-info-reports-plugin</artifactId>
150-
<version>3.8.0</version>
150+
<version>3.9.0</version>
151151
</plugin>
152152
</plugins>
153153
</pluginManagement>
@@ -184,7 +184,7 @@
184184
<plugin>
185185
<groupId>org.apache.maven.plugins</groupId>
186186
<artifactId>maven-compiler-plugin</artifactId>
187-
<version>3.13.0</version>
187+
<version>3.14.0</version>
188188
<configuration>
189189
<release>${maven.compiler.release}</release>
190190
<compilerArgs>
@@ -249,7 +249,7 @@
249249
<plugin>
250250
<groupId>org.codehaus.mojo</groupId>
251251
<artifactId>flatten-maven-plugin</artifactId>
252-
<version>1.6.0</version>
252+
<version>1.7.0</version>
253253
<configuration>
254254
<flattenMode>ossrh</flattenMode>
255255
</configuration>
@@ -314,7 +314,7 @@
314314
<dependency>
315315
<groupId>com.puppycrawl.tools</groupId>
316316
<artifactId>checkstyle</artifactId>
317-
<version>10.21.2</version>
317+
<version>10.21.4</version>
318318
</dependency>
319319
</dependencies>
320320
<configuration>
@@ -351,12 +351,12 @@
351351
<dependency>
352352
<groupId>net.sourceforge.pmd</groupId>
353353
<artifactId>pmd-core</artifactId>
354-
<version>7.10.0</version>
354+
<version>7.11.0</version>
355355
</dependency>
356356
<dependency>
357357
<groupId>net.sourceforge.pmd</groupId>
358358
<artifactId>pmd-java</artifactId>
359-
<version>7.10.0</version>
359+
<version>7.11.0</version>
360360
</dependency>
361361
</dependencies>
362362
</plugin>

0 commit comments

Comments
 (0)