Skip to content

Commit

Permalink
Merge pull request #410 from jleibund/Netflix/update_jetty
Browse files Browse the repository at this point in the history
Update Jetty to latest 9.4.* patch
  • Loading branch information
jleibund authored Jan 6, 2021
2 parents 18dc7e6 + 77d16c8 commit 5c84c58
Show file tree
Hide file tree
Showing 21 changed files with 3,655 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

plugins {
id 'nebula.netflixoss' version '8.0.0'
id 'nebula.netflixoss' version '8.8.0'
}

subprojects {
Expand Down
3 changes: 3 additions & 0 deletions dependencies.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{

}
62 changes: 62 additions & 0 deletions governator-annotations/dependencies.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"compileClasspath": {
"com.netflix.governator:governator-api": {
"project": true
},
"javax.inject:javax.inject": {
"firstLevelTransitive": [
"com.netflix.governator:governator-api"
],
"locked": "1"
}
},
"runtimeClasspath": {
"com.netflix.governator:governator-api": {
"project": true
},
"javax.inject:javax.inject": {
"firstLevelTransitive": [
"com.netflix.governator:governator-api"
],
"locked": "1"
}
},
"testCompileClasspath": {
"com.netflix.governator:governator-api": {
"project": true
},
"javax.inject:javax.inject": {
"firstLevelTransitive": [
"com.netflix.governator:governator-api"
],
"locked": "1"
},
"junit:junit": {
"locked": "4.12",
"requested": "4.12"
},
"org.slf4j:slf4j-log4j12": {
"locked": "1.7.2",
"requested": "1.7.2"
}
},
"testRuntimeClasspath": {
"com.netflix.governator:governator-api": {
"project": true
},
"javax.inject:javax.inject": {
"firstLevelTransitive": [
"com.netflix.governator:governator-api"
],
"locked": "1"
},
"junit:junit": {
"locked": "4.12",
"requested": "4.12"
},
"org.slf4j:slf4j-log4j12": {
"locked": "1.7.2",
"requested": "1.7.2"
}
}
}
42 changes: 42 additions & 0 deletions governator-api/dependencies.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"compileClasspath": {
"javax.inject:javax.inject": {
"locked": "1",
"requested": "1"
}
},
"runtimeClasspath": {
"javax.inject:javax.inject": {
"locked": "1",
"requested": "1"
}
},
"testCompileClasspath": {
"javax.inject:javax.inject": {
"locked": "1",
"requested": "1"
},
"junit:junit": {
"locked": "4.12",
"requested": "4.12"
},
"org.slf4j:slf4j-log4j12": {
"locked": "1.7.2",
"requested": "1.7.2"
}
},
"testRuntimeClasspath": {
"javax.inject:javax.inject": {
"locked": "1",
"requested": "1"
},
"junit:junit": {
"locked": "4.12",
"requested": "4.12"
},
"org.slf4j:slf4j-log4j12": {
"locked": "1.7.2",
"requested": "1.7.2"
}
}
}
Loading

0 comments on commit 5c84c58

Please sign in to comment.