Command: ./gradlew :adapter:outbound:support:dependencies --configuration compileClasspath --console=plain Working directory: /shared/codebase/clean-architecture-backend-template/src Executed at: 2026-08-29T07:20:03Z Source revision: a24ece9cf797f7ea647e33bf846b115208ed1ba5 Observation boundary: Gradle compileClasspath resolution for support at this revision; it reports declared/resolved compile dependencies, not runtime consumers. --- stdout/stderr --- > Task :build-logic:extractPluginRequests UP-TO-DATE > Task :build-logic:generatePluginAdapters UP-TO-DATE > Task :build-logic:compileJava UP-TO-DATE > Task :build-logic:compileGroovy UP-TO-DATE > Task :build-logic:compileGroovyPlugins UP-TO-DATE > Task :build-logic:pluginDescriptors UP-TO-DATE > Task :build-logic:processResources UP-TO-DATE > Task :build-logic:classes UP-TO-DATE > Task :build-logic:jar UP-TO-DATE > Task :adapter:outbound:support:dependencies ------------------------------------------------------------ Project ':adapter:outbound:support' ------------------------------------------------------------ compileClasspath - Compile classpath for source set 'main'. +--- org.springframework.boot:spring-boot-autoconfigure -> 4.0.8 | \--- org.springframework.boot:spring-boot:4.0.8 | +--- org.springframework:spring-core:7.0.9 | | +--- commons-logging:commons-logging:1.3.5 -> 1.3.6 | | \--- org.jspecify:jspecify:1.0.0 -> 1.0.1 | \--- org.springframework:spring-context:7.0.9 | +--- org.springframework:spring-aop:7.0.9 | | +--- org.springframework:spring-beans:7.0.9 | | | \--- org.springframework:spring-core:7.0.9 (*) | | \--- org.springframework:spring-core:7.0.9 (*) | +--- org.springframework:spring-beans:7.0.9 (*) | +--- org.springframework:spring-core:7.0.9 (*) | +--- org.springframework:spring-expression:7.0.9 | | \--- org.springframework:spring-core:7.0.9 (*) | \--- io.micrometer:micrometer-observation:1.16.7 | +--- org.jspecify:jspecify:1.0.1 | \--- io.micrometer:micrometer-commons:1.16.7 | \--- org.jspecify:jspecify:1.0.1 +--- org.slf4j:slf4j-api -> 2.0.18 +--- org.slf4j:slf4j-api:{strictly 2.0.18} -> 2.0.18 (c) +--- org.springframework.boot:spring-boot-autoconfigure:{strictly 4.0.8} -> 4.0.8 (c) +--- org.springframework.boot:spring-boot:{strictly 4.0.8} -> 4.0.8 (c) +--- org.springframework:spring-core:{strictly 7.0.9} -> 7.0.9 (c) +--- org.springframework:spring-context:{strictly 7.0.9} -> 7.0.9 (c) +--- commons-logging:commons-logging:{strictly 1.3.6} -> 1.3.6 (c) +--- org.jspecify:jspecify:{strictly 1.0.1} -> 1.0.1 (c) +--- org.springframework:spring-aop:{strictly 7.0.9} -> 7.0.9 (c) +--- org.springframework:spring-beans:{strictly 7.0.9} -> 7.0.9 (c) +--- org.springframework:spring-expression:{strictly 7.0.9} -> 7.0.9 (c) +--- io.micrometer:micrometer-observation:{strictly 1.16.7} -> 1.16.7 (c) \--- io.micrometer:micrometer-commons:{strictly 1.16.7} -> 1.16.7 (c) (c) - A dependency constraint, not a dependency. The dependency affected by the constraint occurs elsewhere in the tree. (*) - Indicates repeated occurrences of a transitive dependency subtree. Gradle expands transitive dependency subtrees only once per project; repeat occurrences only display the root of the subtree, followed by this annotation. A web-based, searchable dependency report is available by adding the --scan option. BUILD SUCCESSFUL in 918ms 9 actionable tasks: 1 executed, 8 up-to-date Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.0.0/userguide/configuration_cache_enabling.html Exit code: 0