Skip to content

Commit 0fbacf2

Browse files
chore: bump the maven-low-risk group across 1 directory with 10 updates
Bumps the maven-low-risk group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [commons-io:commons-io](https://github.com/apache/commons-io) | `2.20.0` | `2.21.0` | | [io.github.bonigarcia:webdrivermanager](https://github.com/bonigarcia/webdrivermanager) | `6.3.2` | `6.3.3` | | org.apache.commons:commons-lang3 | `3.19.0` | `3.20.0` | | [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.20.0` | `2.20.1` | | [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit-framework) | `6.0.0` | `6.0.1` | | [com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin) | `1.15.1` | `1.15.4` | | [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) | `3.3.1` | `3.4.0` | | [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java) | `1.55.0` | `1.56.0` | | [commons-codec:commons-codec](https://github.com/apache/commons-codec) | `1.19.0` | `1.20.0` | | [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco) | `0.8.13` | `0.8.14` | Updates `commons-io:commons-io` from 2.20.0 to 2.21.0 - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) Updates `io.github.bonigarcia:webdrivermanager` from 6.3.2 to 6.3.3 - [Release notes](https://github.com/bonigarcia/webdrivermanager/releases) - [Changelog](https://github.com/bonigarcia/webdrivermanager/blob/master/CHANGELOG.md) - [Commits](bonigarcia/webdrivermanager@webdrivermanager-6.3.2...webdrivermanager-6.3.3) Updates `org.apache.commons:commons-lang3` from 3.19.0 to 3.20.0 Updates `com.fasterxml.jackson.core:jackson-databind` from 2.20.0 to 2.20.1 - [Commits](https://github.com/FasterXML/jackson/commits) Updates `org.junit.vintage:junit-vintage-engine` from 6.0.0 to 6.0.1 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](junit-team/junit-framework@r6.0.0...r6.0.1) Updates `com.github.eirslett:frontend-maven-plugin` from 1.15.1 to 1.15.4 - [Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md) - [Commits](eirslett/frontend-maven-plugin@frontend-plugins-1.15.1...frontend-plugins-1.15.4) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) Updates `com.microsoft.playwright:playwright` from 1.55.0 to 1.56.0 - [Release notes](https://github.com/microsoft/playwright-java/releases) - [Commits](microsoft/playwright-java@v1.55.0...v1.56.0) Updates `commons-codec:commons-codec` from 1.19.0 to 1.20.0 - [Changelog](https://github.com/apache/commons-codec/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-codec@rel/commons-codec-1.19.0...rel/commons-codec-1.20.0) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.13 to 0.8.14 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.13...v0.8.14) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk - dependency-name: io.github.bonigarcia:webdrivermanager dependency-version: 6.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-low-risk - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-low-risk - dependency-name: org.junit.vintage:junit-vintage-engine dependency-version: 6.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: maven-low-risk - dependency-name: com.github.eirslett:frontend-maven-plugin dependency-version: 1.15.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-low-risk - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk - dependency-name: com.microsoft.playwright:playwright dependency-version: 1.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk - dependency-name: commons-codec:commons-codec dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-low-risk - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-low-risk ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0631ebf commit 0fbacf2

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

playwright/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<artifactId>frontend-maven-plugin</artifactId>
6767
<!-- Use the latest released version:
6868
https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
69-
<version>1.15.1</version>
69+
<version>1.15.4</version>
7070
<executions>
7171
<execution>
7272
<id>install node and npm</id>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.jacoco</groupId>
9292
<artifactId>jacoco-maven-plugin</artifactId>
93-
<version>0.8.13</version>
93+
<version>0.8.14</version>
9494
<executions>
9595
<execution>
9696
<goals>
@@ -190,7 +190,7 @@
190190
<plugin>
191191
<groupId>org.apache.maven.plugins</groupId>
192192
<artifactId>maven-source-plugin</artifactId>
193-
<version>3.3.1</version>
193+
<version>3.4.0</version>
194194
<executions>
195195
<execution>
196196
<id>attach-sources</id>
@@ -220,13 +220,13 @@
220220
<dependency>
221221
<groupId>com.microsoft.playwright</groupId>
222222
<artifactId>playwright</artifactId>
223-
<version>1.55.0</version>
223+
<version>1.56.0</version>
224224
</dependency>
225225
<!-- Overrides commons-codec used in httpclient for security reasons -->
226226
<dependency>
227227
<groupId>commons-codec</groupId>
228228
<artifactId>commons-codec</artifactId>
229-
<version>1.19.0</version>
229+
<version>1.20.0</version>
230230
</dependency>
231231
<!-- Overrides commons-compress for security reasons -->
232232
<dependency>
@@ -261,13 +261,13 @@
261261
<dependency>
262262
<groupId>com.fasterxml.jackson.core</groupId>
263263
<artifactId>jackson-databind</artifactId>
264-
<version>2.20.0</version>
264+
<version>2.20.1</version>
265265
<scope>compile</scope>
266266
</dependency>
267267
<dependency>
268268
<groupId>commons-io</groupId>
269269
<artifactId>commons-io</artifactId>
270-
<version>2.20.0</version>
270+
<version>2.21.0</version>
271271
<scope>compile</scope>
272272
</dependency>
273273
<dependency>

selenium/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<artifactId>frontend-maven-plugin</artifactId>
3939
<!-- Use the latest released version:
4040
https://repo1.maven.org/maven2/com/github/eirslett/frontend-maven-plugin/ -->
41-
<version>1.15.1</version>
41+
<version>1.15.4</version>
4242
<executions>
4343
<execution>
4444
<id>install node and npm</id>
@@ -105,7 +105,7 @@
105105
<plugin>
106106
<groupId>org.apache.maven.plugins</groupId>
107107
<artifactId>maven-source-plugin</artifactId>
108-
<version>3.3.1</version>
108+
<version>3.4.0</version>
109109
<executions>
110110
<execution>
111111
<id>attach-sources</id>
@@ -170,7 +170,7 @@
170170
<dependency>
171171
<groupId>commons-io</groupId>
172172
<artifactId>commons-io</artifactId>
173-
<version>2.20.0</version>
173+
<version>2.21.0</version>
174174
</dependency>
175175
<dependency>
176176
<groupId>org.seleniumhq.selenium</groupId>
@@ -180,22 +180,22 @@
180180
<dependency>
181181
<groupId>io.github.bonigarcia</groupId>
182182
<artifactId>webdrivermanager</artifactId>
183-
<version>6.3.2</version>
183+
<version>6.3.3</version>
184184
</dependency>
185185
<dependency>
186186
<groupId>org.apache.commons</groupId>
187187
<artifactId>commons-lang3</artifactId>
188-
<version>3.19.0</version>
188+
<version>3.20.0</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>com.fasterxml.jackson.core</groupId>
192192
<artifactId>jackson-databind</artifactId>
193-
<version>2.20.0</version>
193+
<version>2.20.1</version>
194194
</dependency>
195195
<dependency>
196196
<groupId>org.junit.vintage</groupId>
197197
<artifactId>junit-vintage-engine</artifactId>
198-
<version>6.0.0</version>
198+
<version>6.0.1</version>
199199
<scope>test</scope>
200200
</dependency>
201201
<!-- Overrides junit used in junit-vintage-engine for security reasons -->

utilities/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>org.apache.maven.plugins</groupId>
9090
<artifactId>maven-source-plugin</artifactId>
91-
<version>3.3.1</version>
91+
<version>3.4.0</version>
9292
<executions>
9393
<execution>
9494
<id>attach-sources</id>

0 commit comments

Comments
 (0)