Skip to content

Commit f90d07d

Browse files
authored
Bump jgit to 7.3.0.202506031305-r (#3856)
1 parent 4c66f26 commit f90d07d

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

modules/cli/src/main/resources/META-INF/native-image/org.virtuslab/scala-cli-core/reflect-config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,15 @@
10441044
}
10451045
]
10461046
},
1047+
{
1048+
"name": "org.eclipse.jgit.lib.CoreConfig$TrustStat",
1049+
"methods": [
1050+
{
1051+
"name": "values",
1052+
"parameterTypes": []
1053+
}
1054+
]
1055+
},
10471056
{
10481057
"name": "org.eclipse.lsp4j.jsonrpc.RemoteEndpoint",
10491058
"allDeclaredConstructors": true,

project/deps/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ object Deps {
183183
"org.jline" -> "jline-terminal",
184184
"org.jline" -> "jline-terminal-jna"
185185
)
186-
def jgit = mvn"org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r"
186+
def jgit = mvn"org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r"
187187
def jimfs = mvn"com.google.jimfs:jimfs:1.3.1"
188188
def jmhGeneratorBytecode = mvn"org.openjdk.jmh:jmh-generator-bytecode:${Versions.jmh}"
189189
def jmhCore = mvn"org.openjdk.jmh:jmh-core:${Versions.jmh}"

project/publish/package.mill.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package build.project.publish
22
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version::0.4.0`
3-
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:6.8.0.202311291450-r`
3+
import $ivy.`org.eclipse.jgit:org.eclipse.jgit:7.3.0.202506031305-r`
44
import build.project.settings
55
import com.lumidion.sonatype.central.client.core.{PublishingType, SonatypeCredentials}
66
import settings.{PublishLocalNoFluff, workspaceDirName}

0 commit comments

Comments
 (0)