From 6e2f2fe8a418b0b95ef4155554ee426a8d3573f3 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Mon, 9 Nov 2020 14:49:27 -0500 Subject: [PATCH] Lock Dependency Versions for 0.0.3 release --- .../annotationProcessor.lockfile | 3 + .../gradle/dependency-locks/archives.lockfile | 3 + .../asciidoctorExtensions.lockfile | 4 + .../gradle/dependency-locks/compile.lockfile | 3 + .../compileClasspath.lockfile | 3 + .../dependency-locks/compileOnly.lockfile | 3 + .../gradle/dependency-locks/default.lockfile | 3 + .../documentationResources.lockfile | 4 + .../gradle/dependency-locks/runtime.lockfile | 3 + .../runtimeClasspath.lockfile | 3 + .../testAnnotationProcessor.lockfile | 3 + .../dependency-locks/testCompile.lockfile | 13 +++ .../testCompileClasspath.lockfile | 13 +++ .../dependency-locks/testCompileOnly.lockfile | 3 + .../dependency-locks/testRuntime.lockfile | 13 +++ .../testRuntimeClasspath.lockfile | 13 +++ .../annotationProcessor.lockfile | 3 + .../gradle/dependency-locks/archives.lockfile | 3 + .../dependency-locks/checkstyle.lockfile | 23 +++++ .../gradle/dependency-locks/compile.lockfile | 21 +++++ .../compileClasspath.lockfile | 21 +++++ .../dependency-locks/compileOnly.lockfile | 3 + .../gradle/dependency-locks/default.lockfile | 21 +++++ .../dependency-locks/jacocoAgent.lockfile | 4 + .../dependency-locks/jacocoAnt.lockfile | 11 +++ .../gradle/dependency-locks/merging.lockfile | 3 + .../gradle/dependency-locks/optional.lockfile | 3 + .../gradle/dependency-locks/provided.lockfile | 4 + .../gradle/dependency-locks/runtime.lockfile | 21 +++++ .../runtimeClasspath.lockfile | 21 +++++ .../dependency-locks/runtimeMerge.lockfile | 3 + .../dependency-locks/signatures.lockfile | 3 + .../testAnnotationProcessor.lockfile | 3 + .../dependency-locks/testCompile.lockfile | 36 +++++++ .../testCompileClasspath.lockfile | 36 +++++++ .../dependency-locks/testCompileOnly.lockfile | 3 + .../dependency-locks/testRuntime.lockfile | 36 +++++++ .../testRuntimeClasspath.lockfile | 36 +++++++ .../gradle/dependency-locks/tests.lockfile | 36 +++++++ .../annotationProcessor.lockfile | 3 + .../gradle/dependency-locks/archives.lockfile | 3 + .../dependency-locks/checkstyle.lockfile | 23 +++++ .../gradle/dependency-locks/compile.lockfile | 43 +++++++++ .../compileClasspath.lockfile | 43 +++++++++ .../dependency-locks/compileOnly.lockfile | 3 + .../gradle/dependency-locks/default.lockfile | 43 +++++++++ .../dependency-locks/developmentOnly.lockfile | 3 + .../gradle/dependency-locks/optional.lockfile | 3 + .../productionRuntimeClasspath.lockfile | 43 +++++++++ .../gradle/dependency-locks/provided.lockfile | 3 + .../gradle/dependency-locks/runtime.lockfile | 43 +++++++++ .../runtimeClasspath.lockfile | 43 +++++++++ .../testAnnotationProcessor.lockfile | 3 + .../dependency-locks/testCompile.lockfile | 52 +++++++++++ .../testCompileClasspath.lockfile | 52 +++++++++++ .../dependency-locks/testCompileOnly.lockfile | 3 + .../dependency-locks/testRuntime.lockfile | 52 +++++++++++ .../testRuntimeClasspath.lockfile | 52 +++++++++++ .../gradle/dependency-locks/tests.lockfile | 52 +++++++++++ .../annotationProcessor.lockfile | 3 + .../gradle/dependency-locks/archives.lockfile | 3 + .../dependency-locks/checkstyle.lockfile | 23 +++++ .../gradle/dependency-locks/compile.lockfile | 84 +++++++++++++++++ .../compileClasspath.lockfile | 84 +++++++++++++++++ .../dependency-locks/compileOnly.lockfile | 3 + .../gradle/dependency-locks/default.lockfile | 84 +++++++++++++++++ .../dependency-locks/developmentOnly.lockfile | 3 + .../gradle/dependency-locks/optional.lockfile | 3 + .../productionRuntimeClasspath.lockfile | 84 +++++++++++++++++ .../gradle/dependency-locks/provided.lockfile | 3 + .../gradle/dependency-locks/runtime.lockfile | 84 +++++++++++++++++ .../runtimeClasspath.lockfile | 84 +++++++++++++++++ .../testAnnotationProcessor.lockfile | 3 + .../dependency-locks/testCompile.lockfile | 93 +++++++++++++++++++ .../testCompileClasspath.lockfile | 93 +++++++++++++++++++ .../dependency-locks/testCompileOnly.lockfile | 3 + .../dependency-locks/testRuntime.lockfile | 93 +++++++++++++++++++ .../testRuntimeClasspath.lockfile | 93 +++++++++++++++++++ .../gradle/dependency-locks/tests.lockfile | 93 +++++++++++++++++++ .../annotationProcessor.lockfile | 3 + .../gradle/dependency-locks/archives.lockfile | 3 + .../dependency-locks/checkstyle.lockfile | 23 +++++ .../gradle/dependency-locks/compile.lockfile | 45 +++++++++ .../compileClasspath.lockfile | 45 +++++++++ .../dependency-locks/compileOnly.lockfile | 3 + .../gradle/dependency-locks/default.lockfile | 45 +++++++++ .../dependency-locks/developmentOnly.lockfile | 3 + .../gradle/dependency-locks/optional.lockfile | 3 + .../productionRuntimeClasspath.lockfile | 45 +++++++++ .../gradle/dependency-locks/provided.lockfile | 3 + .../gradle/dependency-locks/runtime.lockfile | 45 +++++++++ .../runtimeClasspath.lockfile | 45 +++++++++ .../testAnnotationProcessor.lockfile | 3 + .../dependency-locks/testCompile.lockfile | 54 +++++++++++ .../testCompileClasspath.lockfile | 54 +++++++++++ .../dependency-locks/testCompileOnly.lockfile | 3 + .../dependency-locks/testRuntime.lockfile | 54 +++++++++++ .../testRuntimeClasspath.lockfile | 54 +++++++++++ .../gradle/dependency-locks/tests.lockfile | 54 +++++++++++ 99 files changed, 2612 insertions(+) create mode 100644 docs/manual/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 docs/manual/gradle/dependency-locks/archives.lockfile create mode 100644 docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compile.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/compileOnly.lockfile create mode 100644 docs/manual/gradle/dependency-locks/default.lockfile create mode 100644 docs/manual/gradle/dependency-locks/documentationResources.lockfile create mode 100644 docs/manual/gradle/dependency-locks/runtime.lockfile create mode 100644 docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompile.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testRuntime.lockfile create mode 100644 docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/archives.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/compile.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/default.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/merging.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/optional.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/provided.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 oauth2-authorization-server/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile create mode 100644 samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile diff --git a/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile b/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/annotationProcessor.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/archives.lockfile b/docs/manual/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/archives.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile b/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile new file mode 100644 index 0000000..cba56a0 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/asciidoctorExtensions.lockfile @@ -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 diff --git a/docs/manual/gradle/dependency-locks/compile.lockfile b/docs/manual/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compile.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/compileClasspath.lockfile b/docs/manual/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compileClasspath.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/compileOnly.lockfile b/docs/manual/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/compileOnly.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/default.lockfile b/docs/manual/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/default.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/documentationResources.lockfile b/docs/manual/gradle/dependency-locks/documentationResources.lockfile new file mode 100644 index 0000000..ea20bb9 --- /dev/null +++ b/docs/manual/gradle/dependency-locks/documentationResources.lockfile @@ -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 diff --git a/docs/manual/gradle/dependency-locks/runtime.lockfile b/docs/manual/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/runtime.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile b/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/runtimeClasspath.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile b/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/testCompile.lockfile b/docs/manual/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000..1c619dc --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompile.lockfile @@ -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 diff --git a/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile b/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000..1c619dc --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompileClasspath.lockfile @@ -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 diff --git a/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile b/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testCompileOnly.lockfile @@ -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. diff --git a/docs/manual/gradle/dependency-locks/testRuntime.lockfile b/docs/manual/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000..1c619dc --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testRuntime.lockfile @@ -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 diff --git a/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile b/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000..1c619dc --- /dev/null +++ b/docs/manual/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile b/oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/annotationProcessor.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/archives.lockfile b/oauth2-authorization-server/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/archives.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile b/oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000..1409c17 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/checkstyle.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/compile.lockfile b/oauth2-authorization-server/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000..3926b32 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/compile.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile b/oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000..3926b32 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/compileClasspath.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile b/oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/compileOnly.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/default.lockfile b/oauth2-authorization-server/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000..3926b32 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/default.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile b/oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile new file mode 100644 index 0000000..6b7fa31 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/jacocoAgent.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile b/oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile new file mode 100644 index 0000000..40e2c29 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/jacocoAnt.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/merging.lockfile b/oauth2-authorization-server/gradle/dependency-locks/merging.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/merging.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/optional.lockfile b/oauth2-authorization-server/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/optional.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/provided.lockfile b/oauth2-authorization-server/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000..18fb26d --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/provided.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile b/oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000..3926b32 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/runtime.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile b/oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000..3926b32 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/runtimeClasspath.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile b/oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/runtimeMerge.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile b/oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/signatures.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000..7a4d239 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testCompile.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000..7a4d239 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testCompileClasspath.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testCompileOnly.lockfile @@ -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. diff --git a/oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000..7a4d239 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testRuntime.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile b/oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000..7a4d239 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -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 diff --git a/oauth2-authorization-server/gradle/dependency-locks/tests.lockfile b/oauth2-authorization-server/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000..7a4d239 --- /dev/null +++ b/oauth2-authorization-server/gradle/dependency-locks/tests.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/annotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/archives.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000..1409c17 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/checkstyle.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/compileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/default.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/developmentOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/optional.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/provided.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000..71087b0 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/runtimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000..f13ca75 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000..f13ca75 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testCompileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000..f13ca75 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000..f13ca75 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000..f13ca75 --- /dev/null +++ b/samples/boot/oauth2-integration/authorizationserver/gradle/dependency-locks/tests.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/annotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/archives.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000..1409c17 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/checkstyle.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/compileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/default.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/developmentOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/optional.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/provided.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000..43c96ba --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/runtimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000..c69c579 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000..c69c579 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testCompileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000..c69c579 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000..c69c579 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000..c69c579 --- /dev/null +++ b/samples/boot/oauth2-integration/client/gradle/dependency-locks/tests.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/annotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/archives.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile new file mode 100644 index 0000000..1409c17 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/checkstyle.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/compileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/default.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/developmentOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/optional.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/productionRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/provided.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile new file mode 100644 index 0000000..4e0b048 --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/runtimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testAnnotationProcessor.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile new file mode 100644 index 0000000..e5dd04a --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompile.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile new file mode 100644 index 0000000..e5dd04a --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile new file mode 100644 index 0000000..656c5db --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testCompileOnly.lockfile @@ -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. diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile new file mode 100644 index 0000000..e5dd04a --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntime.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile new file mode 100644 index 0000000..e5dd04a --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/testRuntimeClasspath.lockfile @@ -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 diff --git a/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile new file mode 100644 index 0000000..e5dd04a --- /dev/null +++ b/samples/boot/oauth2-integration/resourceserver/gradle/dependency-locks/tests.lockfile @@ -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