Skip to content

Commit 99ab397

Browse files
committed
use JGit 7.3.0 version
1 parent edd762c commit 99ab397

7 files changed

Lines changed: 14 additions & 14 deletions

File tree

.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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ 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.jgit'
1212
description = "JGit HTTP server's native executable built by GraalVM"
13-
version = '7.2.0'
13+
version = '7.3.0'
1414

1515
ext {
1616
mainClassName = 'com.github.chirontt.gitserver.JGitHttpServer'
17-
jgitReleaseVersion = '7.2.0.202503040940-r'
18-
jettyVersion = '12.0.18'
17+
jgitReleaseVersion = '7.3.0.202506031305-r'
18+
jettyVersion = '12.0.22'
1919
slf4jVersion = '2.0.17'
2020
}
2121

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

1010
<name>JGitHttpServer</name> <!-- name of the resulting native executable -->
@@ -13,8 +13,8 @@
1313
<properties>
1414
<maven.compiler.release>17</maven.compiler.release>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
16-
<jgit.release.version>7.2.0.202503040940-r</jgit.release.version>
17-
<jetty.version>12.0.18</jetty.version>
16+
<jgit.release.version>7.3.0.202506031305-r</jgit.release.version>
17+
<jetty.version>12.0.22</jetty.version>
1818
<slf4j.version>2.0.17</slf4j.version>
1919
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
2020
<!-- main class name for exec:exec plugin task -->

0 commit comments

Comments
 (0)