Skip to content

Commit

Permalink
Use jakarta package for @generated annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbakker committed Jun 12, 2024
1 parent 08eb4ad commit 7915e1e
Show file tree
Hide file tree
Showing 6 changed files with 221 additions and 154 deletions.
40 changes: 20 additions & 20 deletions dependencies.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@
]
},
"org.assertj:assertj-core": {
"locked": "3.25.1"
"locked": "3.25.3"
},
"org.jetbrains.intellij.deps:trove4j": {
"locked": "1.0.20200330",
Expand Down Expand Up @@ -407,35 +407,35 @@
]
},
"org.junit.jupiter:junit-jupiter": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-api": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-params",
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit:junit-bom"
]
},
"org.junit.platform:junit-platform-commons": {
"locked": "1.10.1",
"locked": "1.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter-api",
"org.junit:junit-bom"
]
},
"org.junit:junit-bom": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-api",
Expand Down Expand Up @@ -466,7 +466,7 @@
]
},
"org.assertj:assertj-core": {
"locked": "3.25.1"
"locked": "3.25.3"
},
"org.jetbrains.intellij.deps:trove4j": {
"locked": "1.0.20200330",
Expand Down Expand Up @@ -542,35 +542,35 @@
]
},
"org.junit.jupiter:junit-jupiter": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-api": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-params",
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit:junit-bom"
]
},
"org.junit.platform:junit-platform-commons": {
"locked": "1.10.1",
"locked": "1.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter-api",
"org.junit:junit-bom"
]
},
"org.junit:junit-bom": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-api",
Expand All @@ -593,7 +593,7 @@
]
},
"org.assertj:assertj-core": {
"locked": "3.25.1"
"locked": "3.25.3"
},
"org.jetbrains.intellij.deps:trove4j": {
"locked": "1.0.20200330",
Expand Down Expand Up @@ -677,13 +677,13 @@
]
},
"org.junit.jupiter:junit-jupiter": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-api": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-engine",
Expand All @@ -692,36 +692,36 @@
]
},
"org.junit.jupiter:junit-jupiter-engine": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit:junit-bom"
]
},
"org.junit.jupiter:junit-jupiter-params": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit:junit-bom"
]
},
"org.junit.platform:junit-platform-commons": {
"locked": "1.10.1",
"locked": "1.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter-api",
"org.junit.platform:junit-platform-engine",
"org.junit:junit-bom"
]
},
"org.junit.platform:junit-platform-engine": {
"locked": "1.10.1",
"locked": "1.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter-engine",
"org.junit:junit-bom"
]
},
"org.junit:junit-bom": {
"locked": "5.10.1",
"locked": "5.10.2",
"transitive": [
"org.junit.jupiter:junit-jupiter",
"org.junit.jupiter:junit-jupiter-api",
Expand Down
2 changes: 2 additions & 0 deletions graphql-dgs-codegen-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ dependencies {
implementation 'com.github.ajalt.clikt:clikt:4.2.+'

implementation 'org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.+'
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'


testImplementation 'com.google.testing.compile:compile-testing:0.+'
testImplementation "org.jetbrains.kotlin:kotlin-compiler"
Expand Down
Loading

0 comments on commit 7915e1e

Please sign in to comment.