Skip to content

Commit

Permalink
Excavator: Enforce that Jakarta dependency versions use the new 'jaka…
Browse files Browse the repository at this point in the history
…rta' namespace, or replace it with an equivalent Java EE dependency instead (#693)
  • Loading branch information
svc-excavator-bot authored Feb 9, 2023
1 parent 5e01bf8 commit 73062c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal() { metadataSources { mavenPom(); ignoreGradleMetadataRedirection() } }
}
dependencies {
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.4.0'
classpath 'com.palantir.jakartapackagealignment:jakarta-package-alignment:0.5.0'
classpath 'com.palantir.gradle.externalpublish:gradle-external-publish-plugin:1.11.0'
classpath 'com.palantir.javaformat:gradle-palantir-java-format:2.28.0'
classpath 'gradle.plugin.org.inferred:gradle-processors:3.7.0'
Expand Down

0 comments on commit 73062c5

Please sign in to comment.