We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279ee92 commit 3c7b751Copy full SHA for 3c7b751
.drone.yml
@@ -5,7 +5,7 @@ name: default
5
6
steps:
7
- name: test
8
- image: maven:3.9.10-eclipse-temurin-21-alpine
+ image: maven:3.9.11-eclipse-temurin-21-alpine
9
commands:
10
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
11
- mvn verify -Pcoverage -Dspring.data.mongodb.uri=mongodb://mongo:27017/blog
.mvn/wrapper/maven-wrapper.properties
@@ -1 +1 @@
1
-distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
+distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
0 commit comments