File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed
devtools/config-doc-maven-plugin
devtools-testing/src/main/resources Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 16
16
# under the License.
17
17
wrapperVersion =3.3.2
18
18
distributionType =only-script
19
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9 /apache-maven-3.9.9 -bin.zip
20
- distributionSha256Sum =4ec3f26fb1a692473aea0235c300bd20f0f9fe741947c82c1234cefd76ac3a3c
19
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11 /apache-maven-3.9.11 -bin.zip
20
+ distributionSha256Sum =0d7125e8c91097b36edb990ea5934e6c68b4440eef4ea96510a0f6815e7eeadb
Original file line number Diff line number Diff line change 1
1
# Enable auto-env through the sdkman_auto_env config
2
2
# Add key=value pairs of SDKs to use below
3
3
java=17.0.14-tem
4
- mvnd=1.0.2
4
+ mvnd=1.0.3
Original file line number Diff line number Diff line change 60
60
<supported-maven-versions >[3.8.6,)</supported-maven-versions >
61
61
62
62
<!-- These 2 properties are used by CreateProjectMojo to add the Maven Wrapper -->
63
- <proposed-maven-version >3.9.9 </proposed-maven-version >
63
+ <proposed-maven-version >3.9.11 </proposed-maven-version >
64
64
<maven-wrapper .version>3.3.2</maven-wrapper .version>
65
65
<gradle-wrapper .version>8.14</gradle-wrapper .version>
66
66
<quarkus-gradle-plugin .version>${project.version} </quarkus-gradle-plugin .version>
Original file line number Diff line number Diff line change 11
11
<name >Quarkus - Config doc Maven plugin</name >
12
12
<packaging >maven-plugin</packaging >
13
13
<properties >
14
- <maven-core .version>3.9.9 </maven-core .version>
14
+ <maven-core .version>3.9.11 </maven-core .version>
15
15
</properties >
16
16
<build >
17
17
<pluginManagement >
Original file line number Diff line number Diff line change 41
41
<eclipse-minimal-json .version>0.9.5</eclipse-minimal-json .version>
42
42
<jboss-logging .version>3.6.1.Final</jboss-logging .version>
43
43
<junit5 .version>5.13.3</junit5 .version>
44
- <maven-core .version>3.9.9 </maven-core .version><!-- Keep in sync with sisu.version -->
44
+ <maven-core .version>3.9.11 </maven-core .version><!-- Keep in sync with sisu.version -->
45
45
<sisu .version>0.9.0.M4</sisu .version><!-- Keep in sync with maven-core.version -->
46
- <maven-plugin-annotations .version>3.13 .1</maven-plugin-annotations .version>
47
- <maven-resolver .version>1.9.22 </maven-resolver .version>
46
+ <maven-plugin-annotations .version>3.15 .1</maven-plugin-annotations .version>
47
+ <maven-resolver .version>1.9.24 </maven-resolver .version>
48
48
<maven-shared-utils .version>3.4.2</maven-shared-utils .version> <!-- Keep in sync with maven-core.version (force this version on maven-invoker) -->
49
49
<maven-wagon .version>3.5.3</maven-wagon .version>
50
50
<httpcore .version>4.4.16</httpcore .version><!-- Keep in sync with maven-wagon.version (wagon-http 3.5.3 brings in httpclient 4.5.14 which brings httpcore 4.4.16) -->
Original file line number Diff line number Diff line change 35
35
<!-- Keeping 3.0.0.M3 because 3.2.1 requires class changes -->
36
36
<enforcer-api .version>3.0.0-M3</enforcer-api .version>
37
37
<maven-invoker-plugin .version>3.9.1</maven-invoker-plugin .version>
38
- <maven-core .version>3.9.9 </maven-core .version>
38
+ <maven-core .version>3.9.11 </maven-core .version>
39
39
40
40
<!--
41
41
Supported Maven versions, interpreted as a version range (Also defined in build-parent)
Original file line number Diff line number Diff line change 36
36
<!-- Not sure exactly why but the Maven plugins need to be compiled with Java 11 -->
37
37
<maven .compiler.target>11</maven .compiler.target>
38
38
<maven .compiler.release>11</maven .compiler.release>
39
- <maven-core .version>3.9.9 </maven-core .version>
39
+ <maven-core .version>3.9.11 </maven-core .version>
40
40
<jackson-bom .version>2.19.1</jackson-bom .version>
41
41
<smallrye-beanbag .version>1.5.3</smallrye-beanbag .version>
42
42
<junit5 .version>5.13.3</junit5 .version>
Original file line number Diff line number Diff line change 47
47
<jandex .version>3.3.2</jandex .version>
48
48
<bytebuddy .version>1.15.11</bytebuddy .version>
49
49
<junit5 .version>5.13.3</junit5 .version>
50
- <maven .version>3.9.9 </maven .version>
50
+ <maven .version>3.9.11 </maven .version>
51
51
<assertj .version>3.27.3</assertj .version>
52
52
<jboss-logging .version>3.6.1.Final</jboss-logging .version>
53
53
<jboss-logmanager .version>3.1.2.Final</jboss-logmanager .version>
Original file line number Diff line number Diff line change 451
451
"supported-maven-versions" : " [3.6.2,)" ,
452
452
"minimum-java-version" : " 11" ,
453
453
"recommended-java-version" : " 17" ,
454
- "proposed-maven-version" : " 3.9.9 " ,
454
+ "proposed-maven-version" : " 3.9.11 " ,
455
455
"maven-wrapper-version" : " 3.3.2" ,
456
456
"gradle-wrapper-version" : " 8.14"
457
457
}
Original file line number Diff line number Diff line change 36
36
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
37
37
38
38
<!-- These properties are used by CreateProjectMojo to add the Maven Wrapper -->
39
- <proposed-maven-version >3.9.9 </proposed-maven-version >
39
+ <proposed-maven-version >3.9.11 </proposed-maven-version >
40
40
<maven-wrapper .version>3.3.2</maven-wrapper .version>
41
41
<!-- When updating gradle-wrapper.version, make sure to also update files in
42
42
independent-projects/tools/base-codestarts/src/main/resources/codestarts
You can’t perform that action at this time.
0 commit comments