Skip to content

Commit 666807d

Browse files
committed
use JGit 7.3.0 version
1 parent fee9913 commit 666807d

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
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
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ plugins {
44
}
55

66
tasks.wrapper {
7-
gradleVersion = '8.13'
7+
gradleVersion = '8.14.2'
88
distributionType = Wrapper.DistributionType.ALL
99
}
1010

1111
group = 'com.github.chirontt'
12-
version = '7.2.0'
12+
version = '7.3.0'
1313
description = 'JGit PGM native executable built by GraalVM'
1414

1515
ext {
1616
mainClassName = 'com.github.chirontt.jgit.graalvm.NativeMain'
17-
jgitReleaseVersion = '7.2.0.202503040940-r'
17+
jgitReleaseVersion = '7.3.0.202506031305-r'
1818
slf4jVersion = '2.0.17'
1919
xzVersion = '1.10'
2020
graalvmVersion = '22.3.5'

gradle/wrapper/gradle-wrapper.jar

181 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.2-all.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.chirontt</groupId>
66
<artifactId>jgit.pgm.native</artifactId>
7-
<version>7.2.0</version>
7+
<version>7.3.0</version>
88
<packaging>jar</packaging>
99

1010
<name>jgit</name> <!-- name of the resulting native executable -->
@@ -14,7 +14,7 @@
1414
<maven.compiler.release>17</maven.compiler.release>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
17-
<jgit.release.version>7.2.0.202503040940-r</jgit.release.version>
17+
<jgit.release.version>7.3.0.202506031305-r</jgit.release.version>
1818
<slf4j.version>2.0.17</slf4j.version>
1919
<graalvm.version>22.3.5</graalvm.version>
2020
<xz.version>1.10</xz.version>

0 commit comments

Comments
 (0)