Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
2 changes: 1 addition & 1 deletion adoptium-api-versions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<kotlin.version>2.2.0</kotlin.version>
<logback.version>1.5.18</logback.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.version>3.9.9</maven.version>
<maven.version>3.9.11</maven.version>
<maven.project-info-reports-plugin.version>3.9.0</maven.project-info-reports-plugin.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- This throws a warning, but the versions plugin does actually require it if you're checking plugin versions -->
<prerequisites>
<maven>3.9.9</maven>
<maven>3.9.11</maven>
</prerequisites>

<!-- Keep all these in sync with adoptium-api-versions -->
Expand Down Expand Up @@ -72,7 +72,7 @@
<maven.swaggerhub-maven-plugin.version>1.0.10</maven.swaggerhub-maven-plugin.version>
<maven.tidy-plugin.version>1.4.0</maven.tidy-plugin.version>
<maven.toolchains-plugin.version>3.2.0</maven.toolchains-plugin.version>
<maven.version>3.9.6</maven.version>
<maven.version>3.9.11</maven.version>
<maven.versions-plugin.version>2.18.0</maven.versions-plugin.version>
<maven.war-plugin.version>3.4.0</maven.war-plugin.version>
<mutability.detector.version>0.9.1</mutability.detector.version>
Expand Down
Loading