Browse Source

Lock Dependency Versions for 0.0.3 release

pull/140/head
Joe Grandja 5 years ago
parent
commit
6e2f2fe8a4
  1. 3
      docs/manual/gradle/dependency-locks/annotationProcessor.lockfile
  2. 3
      docs/manual/gradle/dependency-locks/archives.lockfile
  3. 4
      docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile
  4. 3
      docs/manual/gradle/dependency-locks/compile.lockfile
  5. 3
      docs/manual/gradle/dependency-locks/compileClasspath.lockfile
  6. 3
      docs/manual/gradle/dependency-locks/compileOnly.lockfile
  7. 3
      docs/manual/gradle/dependency-locks/default.lockfile
  8. 4
      docs/manual/gradle/dependency-locks/documentationResources.lockfile
  9. 3
      docs/manual/gradle/dependency-locks/runtime.lockfile
  10. 3
      docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile
  11. 3
      docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile
  12. 13
      docs/manual/gradle/dependency-locks/testCompile.lockfile
  13. 13
      docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile
  14. 3
      docs/manual/gradle/dependency-locks/testCompileOnly.lockfile
  15. 13
      docs/manual/gradle/dependency-locks/testRuntime.lockfile
  16. 13
      docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile
  17. 3
      oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile
  18. 3
      oauth2-authorization-server/gradle/dependency-locks/archives.lockfile
  19. 23
      oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile
  20. 21
      oauth2-authorization-server/gradle/dependency-locks/compile.lockfile
  21. 21
      oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile
  22. 3
      oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile
  23. 21
      oauth2-authorization-server/gradle/dependency-locks/default.lockfile
  24. 4
      oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile
  25. 11
      oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile
  26. 3
      oauth2-authorization-server/gradle/dependency-locks/merging.lockfile
  27. 3
      oauth2-authorization-server/gradle/dependency-locks/optional.lockfile
  28. 4
      oauth2-authorization-server/gradle/dependency-locks/provided.lockfile
  29. 21
      oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile
  30. 21
      oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile
  31. 3
      oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile
  32. 3
      oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile
  33. 3
      oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile
  34. 36
      oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile
  35. 36
      oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile
  36. 3
      oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile
  37. 36
      oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile
  38. 36
      oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile
  39. 36
      oauth2-authorization-server/gradle/dependency-locks/tests.lockfile
  40. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile
  41. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile
  42. 23
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile
  43. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile
  44. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile
  45. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile
  46. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile
  47. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile
  48. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile
  49. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile
  50. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile
  51. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile
  52. 43
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile
  53. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile
  54. 52
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile
  55. 52
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile
  56. 3
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile
  57. 52
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile
  58. 52
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile
  59. 52
      samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile
  60. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile
  61. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile
  62. 23
      samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile
  63. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile
  64. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile
  65. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile
  66. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile
  67. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile
  68. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile
  69. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile
  70. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile
  71. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile
  72. 84
      samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile
  73. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile
  74. 93
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile
  75. 93
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile
  76. 3
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile
  77. 93
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile
  78. 93
      samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile
  79. 93
      samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile
  80. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile
  81. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile
  82. 23
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile
  83. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile
  84. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile
  85. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile
  86. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile
  87. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile
  88. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile
  89. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile
  90. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile
  91. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile
  92. 45
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile
  93. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile
  94. 54
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile
  95. 54
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile
  96. 3
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile
  97. 54
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile
  98. 54
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile
  99. 54
      samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile

3
docs/manual/gradle/dependency-locks/annotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/archives.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

4
docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.spring.asciidoctor:spring-asciidoctor-extensions-block-switch:0.4.2.RELEASE

3
docs/manual/gradle/dependency-locks/compile.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/compileClasspath.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/compileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/default.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

4
docs/manual/gradle/dependency-locks/documentationResources.lockfile

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
io.spring.docresources:spring-doc-resources:0.2.1.RELEASE

3
docs/manual/gradle/dependency-locks/runtime.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

13
docs/manual/gradle/dependency-locks/testCompile.lockfile

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.springframework:spring-core:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0

13
docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.springframework:spring-core:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0

3
docs/manual/gradle/dependency-locks/testCompileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

13
docs/manual/gradle/dependency-locks/testRuntime.lockfile

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.springframework:spring-core:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0

13
docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile

@ -0,0 +1,13 @@ @@ -0,0 +1,13 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.springframework:spring-core:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0

3
oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
oauth2-authorization-server/gradle/dependency-locks/archives.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

23
oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17

21
oauth2-authorization-server/gradle/dependency-locks/compile.lockfile

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-web:5.3.0

21
oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-web:5.3.0

3
oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

21
oauth2-authorization-server/gradle/dependency-locks/default.lockfile

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-web:5.3.0

4
oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
org.jacoco:org.jacoco.agent:0.8.5

11
oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile

@ -0,0 +1,11 @@ @@ -0,0 +1,11 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
org.jacoco:org.jacoco.agent:0.8.5
org.jacoco:org.jacoco.ant:0.8.5
org.jacoco:org.jacoco.core:0.8.5
org.jacoco:org.jacoco.report:0.8.5
org.ow2.asm:asm-analysis:7.2
org.ow2.asm:asm-commons:7.2
org.ow2.asm:asm-tree:7.2
org.ow2.asm:asm:7.2

3
oauth2-authorization-server/gradle/dependency-locks/merging.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
oauth2-authorization-server/gradle/dependency-locks/optional.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

4
oauth2-authorization-server/gradle/dependency-locks/provided.lockfile

@ -0,0 +1,4 @@ @@ -0,0 +1,4 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
javax.servlet:javax.servlet-api:4.0.1

21
oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-web:5.3.0

21
oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile

@ -0,0 +1,21 @@ @@ -0,0 +1,21 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-web:5.3.0

3
oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

36
oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.jayway.jsonpath:json-path:2.4.0
com.nimbusds:nimbus-jose-jwt:9.1.2
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-test:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0
org.springframework:spring-web:5.3.0
org.springframework:spring-webmvc:5.3.0

36
oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.jayway.jsonpath:json-path:2.4.0
com.nimbusds:nimbus-jose-jwt:9.1.2
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-test:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0
org.springframework:spring-web:5.3.0
org.springframework:spring-webmvc:5.3.0

3
oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

36
oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.jayway.jsonpath:json-path:2.4.0
com.nimbusds:nimbus-jose-jwt:9.1.2
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-test:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0
org.springframework:spring-web:5.3.0
org.springframework:spring-webmvc:5.3.0

36
oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.jayway.jsonpath:json-path:2.4.0
com.nimbusds:nimbus-jose-jwt:9.1.2
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-test:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0
org.springframework:spring-web:5.3.0
org.springframework:spring-webmvc:5.3.0

36
oauth2-authorization-server/gradle/dependency-locks/tests.lockfile

@ -0,0 +1,36 @@ @@ -0,0 +1,36 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
com.fasterxml.jackson.core:jackson-annotations:2.12.0-rc1
com.fasterxml.jackson.core:jackson-core:2.12.0-rc1
com.fasterxml.jackson.core:jackson-databind:2.12.0-rc1
com.fasterxml.jackson:jackson-bom:2.12.0-rc1
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.jayway.jsonpath:json-path:2.4.0
com.nimbusds:nimbus-jose-jwt:9.1.2
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.15
net.bytebuddy:byte-buddy:1.10.15
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.assertj:assertj-core:3.18.0
org.hamcrest:hamcrest-core:1.3
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.slf4j:slf4j-api:1.7.25
org.springframework.security:spring-security-config:5.4.1
org.springframework.security:spring-security-core:5.4.1
org.springframework.security:spring-security-oauth2-core:5.4.1
org.springframework.security:spring-security-oauth2-jose:5.4.1
org.springframework.security:spring-security-test:5.4.1
org.springframework.security:spring-security-web:5.4.1
org.springframework:spring-aop:5.3.0
org.springframework:spring-beans:5.3.0
org.springframework:spring-context:5.3.0
org.springframework:spring-core:5.3.0
org.springframework:spring-expression:5.3.0
org.springframework:spring-jcl:5.3.0
org.springframework:spring-test:5.3.0
org.springframework:spring-web:5.3.0
org.springframework:spring-webmvc:5.3.0

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

23
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

43
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile

@ -0,0 +1,43 @@ @@ -0,0 +1,43 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

52
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

52
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

52
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

52
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

52
samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile

@ -0,0 +1,52 @@ @@ -0,0 +1,52 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

23
samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

84
samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile

@ -0,0 +1,84 @@ @@ -0,0 +1,84 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

93
samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile

@ -0,0 +1,93 @@ @@ -0,0 +1,93 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

93
samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile

@ -0,0 +1,93 @@ @@ -0,0 +1,93 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

93
samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile

@ -0,0 +1,93 @@ @@ -0,0 +1,93 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

93
samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile

@ -0,0 +1,93 @@ @@ -0,0 +1,93 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

93
samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile

@ -0,0 +1,93 @@ @@ -0,0 +1,93 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:content-type:2.1
com.nimbusds:lang-tag:1.4.4
com.nimbusds:nimbus-jose-jwt:9.1.2
com.nimbusds:oauth2-oidc-sdk:8.25
com.sun.activation:jakarta.activation:1.2.2
com.sun.mail:jakarta.mail:1.6.5
io.github.classgraph:classgraph:4.8.69
io.netty:netty-buffer:4.1.52.Final
io.netty:netty-codec-dns:4.1.52.Final
io.netty:netty-codec-http2:4.1.52.Final
io.netty:netty-codec-http:4.1.52.Final
io.netty:netty-codec-socks:4.1.52.Final
io.netty:netty-codec:4.1.52.Final
io.netty:netty-common:4.1.52.Final
io.netty:netty-handler-proxy:4.1.52.Final
io.netty:netty-handler:4.1.52.Final
io.netty:netty-resolver-dns:4.1.52.Final
io.netty:netty-resolver:4.1.52.Final
io.netty:netty-transport-native-epoll:4.1.52.Final
io.netty:netty-transport-native-unix-common:4.1.52.Final
io.netty:netty-transport:4.1.52.Final
io.projectreactor.netty:reactor-netty-core:1.0.0-RC1
io.projectreactor.netty:reactor-netty-http:1.0.0-RC1
io.projectreactor.netty:reactor-netty:1.0.0-RC1
io.projectreactor:reactor-core:3.4.0-RC1
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
net.minidev:accessors-smart:1.2
net.minidev:json-smart:2.3
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.attoparser:attoparser:2.0.5.RELEASE
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.ow2.asm:asm:5.0.4
org.reactivestreams:reactive-streams:1.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-client:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-thymeleaf:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-client:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webflux:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.thymeleaf.extras:thymeleaf-extras-java8time:3.0.4.RELEASE
org.thymeleaf.extras:thymeleaf-extras-springsecurity5:3.0.4.RELEASE
org.thymeleaf:thymeleaf-spring5:3.0.11.RELEASE
org.thymeleaf:thymeleaf:3.0.11.RELEASE
org.unbescape:unbescape:1.1.6.RELEASE
org.webjars:bootstrap:3.4.1
org.webjars:jquery:3.4.1
org.webjars:webjars-locator-core:0.46
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

23
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile

@ -0,0 +1,23 @@ @@ -0,0 +1,23 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
antlr:antlr:2.7.7
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.google.code.findbugs:jsr305:3.0.2
com.google.errorprone:error_prone_annotations:2.2.0
com.google.guava:failureaccess:1.0.1
com.google.guava:guava:27.1-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.j2objc:j2objc-annotations:1.1
com.puppycrawl.tools:checkstyle:8.22
commons-beanutils:commons-beanutils:1.9.3
commons-collections:commons-collections:3.2.2
info.picocli:picocli:3.9.6
io.spring.javaformat:spring-javaformat-checkstyle:0.0.15
io.spring.nohttp:nohttp-checkstyle:0.0.3.RELEASE
io.spring.nohttp:nohttp:0.0.3.RELEASE
net.sf.saxon:Saxon-HE:9.9.1-3
org.antlr:antlr4-runtime:4.7.2
org.checkerframework:checker-qual:2.5.2
org.codehaus.mojo:animal-sniffer-annotations:1.17

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

45
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile

@ -0,0 +1,45 @@ @@ -0,0 +1,45 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.glassfish:jakarta.el:3.0.3
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

54
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

54
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

3
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile

@ -0,0 +1,3 @@ @@ -0,0 +1,3 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.

54
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

54
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27

54
samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile

@ -0,0 +1,54 @@ @@ -0,0 +1,54 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.2.3
ch.qos.logback:logback-core:1.2.3
com.fasterxml.jackson.core:jackson-annotations:2.11.2
com.fasterxml.jackson.core:jackson-core:2.11.2
com.fasterxml.jackson.core:jackson-databind:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.11.2
com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.2
com.fasterxml.jackson.module:jackson-module-parameter-names:2.11.2
com.github.stephenc.jcip:jcip-annotations:1.0-1
com.nimbusds:nimbus-jose-jwt:9.1.2
jakarta.annotation:jakarta.annotation-api:1.3.5
junit:junit:4.13.1
net.bytebuddy:byte-buddy-agent:1.10.14
net.bytebuddy:byte-buddy:1.10.14
org.apache.logging.log4j:log4j-api:2.13.3
org.apache.logging.log4j:log4j-to-slf4j:2.13.3
org.apache.tomcat.embed:tomcat-embed-core:9.0.38
org.apache.tomcat.embed:tomcat-embed-websocket:9.0.38
org.assertj:assertj-core:3.18.0
org.glassfish:jakarta.el:3.0.3
org.hamcrest:hamcrest-core:2.2
org.hamcrest:hamcrest:2.2
org.mockito:mockito-core:3.6.0
org.objenesis:objenesis:3.1
org.slf4j:jul-to-slf4j:1.7.30
org.slf4j:slf4j-api:1.7.30
org.springframework.boot:spring-boot-autoconfigure:2.4.0-M3
org.springframework.boot:spring-boot-starter-json:2.4.0-M3
org.springframework.boot:spring-boot-starter-logging:2.4.0-M3
org.springframework.boot:spring-boot-starter-oauth2-resource-server:2.4.0-M3
org.springframework.boot:spring-boot-starter-security:2.4.0-M3
org.springframework.boot:spring-boot-starter-tomcat:2.4.0-M3
org.springframework.boot:spring-boot-starter-web:2.4.0-M3
org.springframework.boot:spring-boot-starter:2.4.0-M3
org.springframework.boot:spring-boot:2.4.0-M3
org.springframework.security:spring-security-config:5.4.0
org.springframework.security:spring-security-core:5.4.0
org.springframework.security:spring-security-oauth2-core:5.4.0
org.springframework.security:spring-security-oauth2-jose:5.4.0
org.springframework.security:spring-security-oauth2-resource-server:5.4.0
org.springframework.security:spring-security-web:5.4.0
org.springframework:spring-aop:5.3.0-RC1
org.springframework:spring-beans:5.3.0-RC1
org.springframework:spring-context:5.3.0-RC1
org.springframework:spring-core:5.3.0-RC1
org.springframework:spring-expression:5.3.0-RC1
org.springframework:spring-jcl:5.3.0-RC1
org.springframework:spring-test:5.3.0-RC1
org.springframework:spring-web:5.3.0-RC1
org.springframework:spring-webmvc:5.3.0-RC1
org.yaml:snakeyaml:1.27
Loading…
Cancel
Save