Skip to content

Commit

Permalink
Spring Boot to v3.4.0 (generator)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert committed Nov 24, 2024
1 parent 57e04d7 commit 55164fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
</parent>

<groupId>tech.jhipster.lite</groupId>
Expand Down Expand Up @@ -66,7 +66,7 @@
<jacoco.version>0.8.12</jacoco.version>
<jgit.version>7.0.0.202409031743-r</jgit.version>
<archunit-junit5.version>1.3.0</archunit-junit5.version>
<springdoc-openapi-starter-webmvc-ui.version>2.6.0</springdoc-openapi-starter-webmvc-ui.version>
<springdoc-openapi-starter-webmvc-ui.version>2.7.0</springdoc-openapi-starter-webmvc-ui.version>
<properties-maven-plugin.version>1.2.1</properties-maven-plugin.version>
<sonar-maven-plugin.version>5.0.0.4389</sonar-maven-plugin.version>
<apache-commons-io.version>2.18.0</apache-commons-io.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ void shouldNotBuildWithWhitespace() {

@Test
void shouldNotBuildWithTooLongTag() {
var stringTooLong = RandomStringUtils.randomAlphabetic(16);
var stringTooLong = RandomStringUtils.secure().nextNumeric(16);
assertThatThrownBy(() -> new JHipsterModuleTag(stringTooLong)).isInstanceOf(StringTooLongException.class);
}

Expand Down

0 comments on commit 55164fe

Please sign in to comment.