Skip to content

Commit 6fffa93

Browse files
chore(deps): update all dependencies (patch only) (#72)
| datasource | package | from | to | | ---------- | --------------------------------------------- | ------ | ------ | | maven | org.apache.maven.plugins:maven-deploy-plugin | 3.1.1 | 3.1.2 | | maven | org.apache.maven.plugins:maven-install-plugin | 3.1.1 | 3.1.2 | | maven | org.junit.jupiter:junit-jupiter-engine | 5.10.1 | 5.10.2 |
1 parent dbfb702 commit 6fffa93

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stackable-bcrypt/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.junit.jupiter</groupId>
2828
<artifactId>junit-jupiter-engine</artifactId>
29-
<version>5.10.1</version>
29+
<version>5.10.2</version>
3030
<scope>test</scope>
3131
</dependency>
3232
</dependencies>
@@ -58,11 +58,11 @@
5858
</plugin>
5959
<plugin>
6060
<artifactId>maven-install-plugin</artifactId>
61-
<version>3.1.1</version>
61+
<version>3.1.2</version>
6262
</plugin>
6363
<plugin>
6464
<artifactId>maven-deploy-plugin</artifactId>
65-
<version>3.1.1</version>
65+
<version>3.1.2</version>
6666
</plugin>
6767
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
6868
<plugin>

0 commit comments

Comments
 (0)