Skip to content

Commit

Permalink
Bump io.spring.javaformat:spring-javaformat-checkstyle from 0.0.42 to…
Browse files Browse the repository at this point in the history
… 0.0.43 (#801)

* Bump io.spring.javaformat:spring-javaformat-checkstyle

Bumps [io.spring.javaformat:spring-javaformat-checkstyle](https://github.com/spring-io/spring-javaformat) from 0.0.42 to 0.0.43.
- [Release notes](https://github.com/spring-io/spring-javaformat/releases)
- [Commits](spring-io/spring-javaformat@v0.0.42...v0.0.43)

---
updated-dependencies:
- dependency-name: io.spring.javaformat:spring-javaformat-checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Make test class package private instead of public

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tommy Ludwig <8924140+shakuzen@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and shakuzen authored Sep 3, 2024
1 parent 3d26339 commit ea81336
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ testcontainers = "1.19.8"
braveBom = "5.16.0"
reactorBom = "2022.0.22"
asmForPlugins = "7.3.1"
javaFormatForPlugins = "0.0.42"
javaFormatForPlugins = "0.0.43"
jsr305 = "3.0.2"
aspectjweaver = "1.9.22.1"
spring = "5.3.39"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

import static org.assertj.core.api.Assertions.assertThat;

public class BraveSpanTest {
class BraveSpanTest {

TestSpanHandler handler = new TestSpanHandler();

Expand Down

0 comments on commit ea81336

Please sign in to comment.