Skip to content

Commit 73aaa4c

Browse files
committed
Update various versions used in documentation examples
1 parent 6294873 commit 73aaa4c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/docs/asciidoc/maven-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@ However, if you are using a version of Maven Surefire prior to 3.0 M4, you will
652652
<dependency>
653653
<groupId>org.junit.platform</groupId>
654654
<artifactId>junit-platform-launcher</artifactId>
655-
<version>1.8.2</version>
655+
<version>1.13.1</version>
656656
<scope>test</scope>
657657
</dependency>
658658
</dependencies>

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
# Project versions
33
nativeBuildTools = "0.11.0-SNAPSHOT"
4-
metadataRepository = "0.3.21"
4+
metadataRepository = "0.3.22"
55

66
# External dependencies
77
spock = "2.1-groovy-3.0"

samples/metadata-repo-integration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
<!-- tag::metadata-versioned[] -->
137137
<metadataRepository>
138138
<enabled>true</enabled>
139-
<version>0.2.3</version>
139+
<version>0.3.20</version>
140140
</metadataRepository>
141141
<!-- end::metadata-versioned[] -->
142142
</configuration>
@@ -193,7 +193,7 @@
193193
</executions>
194194
<configuration>
195195
<metadataRepository>
196-
<version>0.2.3</version>
196+
<version>0.3.20</version>
197197
</metadataRepository>
198198
</configuration>
199199
</plugin>

0 commit comments

Comments
 (0)