Skip to content

Commit 0db68a3

Browse files
authored
update jooq and spring boot (#93)
1 parent 8354577 commit 0db68a3

6 files changed

Lines changed: 21 additions & 42 deletions

File tree

.github/workflows/.trivyignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
# June 16
2-
# Issue with Postgres - Spring boot needs to update its version
3-
CVE-2025-49146
1+
Changes

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.5</version>
9+
<version>3.5.3</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>eu.dissco.core</groupId>

src/main/java/eu/dissco/core/digitalspecimenprocessor/database/jooq/Indexes.java

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/eu/dissco/core/digitalspecimenprocessor/database/jooq/tables/DigitalMediaObject.java

Lines changed: 2 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/eu/dissco/core/digitalspecimenprocessor/database/jooq/tables/records/DigitalMediaObjectRecord.java

Lines changed: 17 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/test/resources/db/migration/V1__init_db.sql

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ create table digital_media_object
3434
primary key,
3535
version integer not null,
3636
type text,
37-
digital_specimen_id text ,
3837
media_url text not null,
3938
created timestamp with time zone not null,
4039
last_checked timestamp with time zone not null,

0 commit comments

Comments
 (0)