Skip to content

Commit fb0af97

Browse files
authored
Merge pull request #974 from OpenConext/dependabot/maven/backend-prod-7c28a01520
Bump the backend-prod group across 7 directories with 7 updates
2 parents 6b8c1dc + 11dca86 commit fb0af97

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

myconext-server/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<dependency>
6464
<groupId>org.apache.commons</groupId>
6565
<artifactId>commons-compress</artifactId>
66-
<version>1.27.1</version>
66+
<version>1.28.0</version>
6767
</dependency>
6868
<dependency>
6969
<groupId>com.maxmind.geoip2</groupId>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>com.nimbusds</groupId>
7575
<artifactId>oauth2-oidc-sdk</artifactId>
76-
<version>11.26</version>
76+
<version>11.27.1</version>
7777
<scope>runtime</scope>
7878
</dependency>
7979
<dependency>
@@ -136,12 +136,12 @@
136136
<dependency>
137137
<groupId>com.fasterxml.jackson.datatype</groupId>
138138
<artifactId>jackson-datatype-jdk8</artifactId>
139-
<version>2.19.1</version>
139+
<version>2.19.2</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.fasterxml.jackson.datatype</groupId>
143143
<artifactId>jackson-datatype-jsr310</artifactId>
144-
<version>2.19.1</version>
144+
<version>2.19.2</version>
145145
</dependency>
146146
<dependency>
147147
<groupId>com.yubico</groupId>
@@ -187,7 +187,7 @@
187187
<dependency>
188188
<groupId>com.fasterxml.jackson.core</groupId>
189189
<artifactId>jackson-databind</artifactId>
190-
<version>2.19.1</version>
190+
<version>2.19.2</version>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.springdoc</groupId>
@@ -232,7 +232,7 @@
232232
<dependency>
233233
<groupId>org.wiremock.integrations</groupId>
234234
<artifactId>wiremock-spring-boot</artifactId>
235-
<version>3.10.0</version>
235+
<version>3.10.6</version>
236236
</dependency>
237237
<dependency>
238238
<groupId>org.awaitility</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-enforcer-plugin</artifactId>
38-
<version>3.6.0</version>
38+
<version>3.6.1</version>
3939
<executions>
4040
<execution>
4141
<id>enforce-versions</id>

0 commit comments

Comments
 (0)