Skip to content

Commit 9a065da

Browse files
Bump the jogamp group with 2 updates
Bumps the jogamp group with 2 updates: org.jogamp.jogl:jogl-all-main and org.jogamp.gluegen:gluegen-rt-main. Updates `org.jogamp.jogl:jogl-all-main` from 2.5.0 to 2.6.0 Updates `org.jogamp.gluegen:gluegen-rt-main` from 2.5.0 to 2.6.0 --- updated-dependencies: - dependency-name: org.jogamp.jogl:jogl-all-main dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jogamp - dependency-name: org.jogamp.gluegen:gluegen-rt-main dependency-version: 2.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: jogamp ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac58810 commit 9a065da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies {
5151
api("graphics.glimpse:glimpse-offscreen:2.0.0-alpha.3")
5252
api("graphics.glimpse:glimpse-ui:2.0.0-alpha.3")
5353
ksp("graphics.glimpse:glimpse-processor-ksp:2.0.0-alpha.3")
54-
api("org.jogamp.jogl:jogl-all-main:2.5.0")
55-
api("org.jogamp.gluegen:gluegen-rt-main:2.5.0")
54+
api("org.jogamp.jogl:jogl-all-main:2.6.0")
55+
api("org.jogamp.gluegen:gluegen-rt-main:2.6.0")
5656
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.23.8")
5757

5858
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)