Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit f8a4fb0

Browse files
Bump junit:junit from 4.13.1 to 4.13.2 (#53)
* Bump junit:junit from 4.13.1 to 4.13.2 Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13.1...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update pom.xml * Remove SQL script load * Remove SQL script load from maven test task --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Conor Heffron <conor.heffron@gmail.com>
1 parent 3e20891 commit f8a4fb0

File tree

5 files changed

+3
-28
lines changed

5 files changed

+3
-28
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.marjade.roniet</groupId>
1313
<artifactId>marjaderoniet</artifactId>
14-
<version>4.1.2</version>
14+
<version>4.1.3</version>
1515
<name>FashionApp</name>
1616
<description>Fashion portfolio</description>
1717

@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>junit</groupId>
7575
<artifactId>junit</artifactId>
76-
<version>4.13.1</version>
76+
<version>4.13.2</version>
7777
<scope>test</scope>
7878
</dependency>
7979

src/main/resources/application.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ spring.datasource.validationQuery=SELECT 1
2020
# JPA / Hibernate
2121
spring.jpa.show-sql=true
2222
spring.jpa.hibernate.ddl-auto=update
23-
spring.sql.init.data-locations=classpath:liveDB.sql
2423
spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.ImprovedNamingStrategy
2524
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
2625
spring.jpa.properties.hibernate.id.new_generator_mappings=false

src/main/resources/liveDB.sql

Lines changed: 0 additions & 10 deletions
This file was deleted.

src/test/resources/application.properties

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,4 @@ spring.jpa.show-sql=true
1515
spring.jpa.hibernate.ddl-auto=create
1616
spring.jpa.hibernate.naming.strategy=org.hibernate.cfg.ImprovedNamingStrategy
1717
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
18-
spring.jpa.properties.hibernate.id.new_generator_mappings=true
19-
20-
spring.sql.init.data-locations=classpath:starterDb.sql
18+
spring.jpa.properties.hibernate.id.new_generator_mappings=true

src/test/resources/starterDb.sql

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)