Skip to content

Commit c6c6cbb

Browse files
Bump the dev-deps group with 3 updates (#1901)
Bumps the dev-deps group with 3 updates: [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock), net.revelc.code:impsort-maven-plugin and [io.github.hakky54:logcaptor](https://github.com/Hakky54/log-captor). Updates `org.wiremock:wiremock-standalone` from 3.13.1 to 3.13.2 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](wiremock/wiremock@3.13.1...3.13.2) Updates `net.revelc.code:impsort-maven-plugin` from 1.12.0 to 1.13.0 Updates `io.github.hakky54:logcaptor` from 2.12.1 to 2.12.2 - [Changelog](https://github.com/Hakky54/log-captor/blob/master/CHANGELOG.MD) - [Commits](Hakky54/log-captor@v2.12.1...v2.12.2) --- updated-dependencies: - dependency-name: org.wiremock:wiremock-standalone dependency-version: 3.13.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: net.revelc.code:impsort-maven-plugin dependency-version: 1.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: io.github.hakky54:logcaptor dependency-version: 2.12.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: NiklasHerrmann21 <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: NiklasHerrmann21 <[email protected]>
1 parent 3ffaebc commit c6c6cbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

env/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<dependency>
132132
<groupId>io.github.hakky54</groupId>
133133
<artifactId>logcaptor</artifactId>
134-
<version>2.12.1</version>
134+
<version>2.12.2</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<hamcrest.version>1.3</hamcrest.version>
6969
<mockito.version>5.20.0</mockito.version>
7070
<assertj.version>3.27.6</assertj.version>
71+
<wiremock.version>3.13.2</wiremock.version>
7172
<reactor.test.version>3.8.2</reactor.test.version>
72-
<wiremock.version>3.13.1</wiremock.version>
7373
<javax.annotation.version>1.3.2</javax.annotation.version>
7474
<spotbugs.version>4.9.8.1</spotbugs.version>
7575
<spotbugs.annotations.version>4.9.8</spotbugs.annotations.version>
@@ -379,7 +379,7 @@
379379
<plugin>
380380
<groupId>net.revelc.code</groupId>
381381
<artifactId>impsort-maven-plugin</artifactId>
382-
<version>1.12.0</version>
382+
<version>1.13.0</version>
383383
<configuration>
384384
<groups>java.,javax.,org.,com.</groups>
385385
<staticGroups>java,*</staticGroups>

0 commit comments

Comments
 (0)