Skip to content

Commit 9eeb7e1

Browse files
authored
Merge pull request #472 from OpenConext/dependabot/maven/backend-prod-78aa41ce8f
Bump the backend-prod group across 2 directories with 13 updates
2 parents 069208f + 7a05e39 commit 9eeb7e1

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>org.codehaus.mojo</groupId>
1717
<artifactId>exec-maven-plugin</artifactId>
18-
<version>3.5.0</version>
18+
<version>3.5.1</version>
1919
<executions>
2020
<execution>
2121
<goals>

provisioning-mock/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>com.fasterxml.jackson.datatype</groupId>
3232
<artifactId>jackson-datatype-jdk8</artifactId>
33-
<version>2.19.0</version>
33+
<version>2.19.1</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>io.hypersistence</groupId>
@@ -55,19 +55,19 @@
5555
<dependency>
5656
<groupId>io.rest-assured</groupId>
5757
<artifactId>rest-assured</artifactId>
58-
<version>5.5.1</version>
58+
<version>5.5.5</version>
5959
<scope>test</scope>
6060
</dependency>
6161
<dependency>
6262
<groupId>io.rest-assured</groupId>
6363
<artifactId>json-path</artifactId>
64-
<version>5.5.1</version>
64+
<version>5.5.5</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>io.rest-assured</groupId>
6969
<artifactId>xml-path</artifactId>
70-
<version>5.5.1</version>
70+
<version>5.5.5</version>
7171
<scope>test</scope>
7272
</dependency>
7373
</dependencies>

server/pom.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.hypersistence</groupId>
2929
<artifactId>hypersistence-utils-hibernate-63</artifactId>
30-
<version>3.9.10</version>
30+
<version>3.10.1</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.springframework.boot</groupId>
@@ -67,7 +67,7 @@
6767
<dependency>
6868
<groupId>com.fasterxml.jackson.datatype</groupId>
6969
<artifactId>jackson-datatype-jdk8</artifactId>
70-
<version>2.19.0</version>
70+
<version>2.19.1</version>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.squareup.okhttp3</groupId>
@@ -77,12 +77,12 @@
7777
<dependency>
7878
<groupId>org.flywaydb</groupId>
7979
<artifactId>flyway-core</artifactId>
80-
<version>11.8.0</version>
80+
<version>11.10.0</version>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.flywaydb</groupId>
8484
<artifactId>flyway-mysql</artifactId>
85-
<version>11.8.0</version>
85+
<version>11.10.0</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.mariadb.jdbc</groupId>
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.azure</groupId>
110110
<artifactId>azure-identity</artifactId>
111-
<version>1.15.4</version>
111+
<version>1.16.2</version>
112112
</dependency>
113113
<!-- https://mvnrepository.com/artifact/commons-codec/commons-codec -->
114114
<dependency>
@@ -135,19 +135,19 @@
135135
<dependency>
136136
<groupId>io.rest-assured</groupId>
137137
<artifactId>rest-assured</artifactId>
138-
<version>5.5.1</version>
138+
<version>5.5.5</version>
139139
<scope>test</scope>
140140
</dependency>
141141
<dependency>
142142
<groupId>io.rest-assured</groupId>
143143
<artifactId>json-path</artifactId>
144-
<version>5.5.1</version>
144+
<version>5.5.5</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>io.rest-assured</groupId>
149149
<artifactId>xml-path</artifactId>
150-
<version>5.5.1</version>
150+
<version>5.5.5</version>
151151
<scope>test</scope>
152152
</dependency>
153153
<dependency>
@@ -177,17 +177,17 @@
177177
<dependency>
178178
<groupId>org.springdoc</groupId>
179179
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
180-
<version>2.8.6</version>
180+
<version>2.8.9</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.bouncycastle</groupId>
184184
<artifactId>bcprov-jdk18on</artifactId>
185-
<version>1.80</version>
185+
<version>1.81</version>
186186
</dependency>
187187
<dependency>
188188
<groupId>org.bouncycastle</groupId>
189189
<artifactId>bcpkix-jdk18on</artifactId>
190-
<version>1.80</version>
190+
<version>1.81</version>
191191
</dependency>
192192
</dependencies>
193193
<build>
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>io.github.git-commit-id</groupId>
201201
<artifactId>git-commit-id-maven-plugin</artifactId>
202-
<version>9.0.1</version>
202+
<version>9.0.2</version>
203203
</plugin>
204204
<plugin>
205205
<groupId>org.jacoco</groupId>

welcome/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<plugin>
1616
<groupId>org.codehaus.mojo</groupId>
1717
<artifactId>exec-maven-plugin</artifactId>
18-
<version>3.5.0</version>
18+
<version>3.5.1</version>
1919
<executions>
2020
<execution>
2121
<goals>

0 commit comments

Comments
 (0)