Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Feb 5, 2023
1 parent 1890cbc commit c6bd116
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
<extension>
<!--extension>
<groupId>com.soebes.maven.extensions</groupId>
<artifactId>maven-buildtime-profiler</artifactId>
<version>0.2.0</version>
</extension>
</extension-->
<extension>
<groupId>fr.brouillard.oss</groupId>
<artifactId>jgitver-maven-plugin</artifactId>
Expand Down
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.8.6/apache-maven-3.8.6-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.7/apache-maven-3.8.7-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.1/maven-wrapper-3.1.1.jar
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $ java --enable-preview -jar target/benchmarks.jar -prof perfasm

```bash
# Maven and dependencies updates.
$ mvn wrapper:wrapper -Dmaven=3.8.6
$ mvn wrapper:wrapper -Dmaven=3.8.7
$ ./mvnw --version
$ ./mvnw clean versions:display-dependency-updates versions:display-plugin-updates versions:display-property-updates
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<conveofmt.plugin.version>2.13</conveofmt.plugin.version>
<versions.plugin.version>2.14.2</versions.plugin.version>
<build-helper.plugin.version>3.3.0</build-helper.plugin.version>
<spotless.version>2.31.0</spotless.version>
<spotless.version>2.32.0</spotless.version>
<extra-enforcer-rules.plugin.version>1.6.1</extra-enforcer-rules.plugin.version>
<kt-fmt.version>0.41</kt-fmt.version>
</properties>
Expand Down Expand Up @@ -231,7 +231,7 @@
<version>${surefire.plugin.version}</version>
<configuration>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
<!--<argLine>&#45;&#45;enable-preview &#45;&#45;add-modules jdk.incubator.concurrent</argLine>-->
<argLine>--enable-preview --add-modules jdk.incubator.concurrent</argLine>
</configuration>
</plugin>

Expand Down

0 comments on commit c6bd116

Please sign in to comment.