Skip to content

Commit

Permalink
Merge branch 'apt' into dependabot/gradle/com.google.cloud-google-clo…
Browse files Browse the repository at this point in the history
…ud-secretmanager-2.56.0
  • Loading branch information
conorheffron authored Jan 20, 2025
2 parents 709d6d4 + 1d6b2b4 commit d6ae33c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

| Version | Supported |
|-----------| ------------------ |
| 5.x.x | :white_check_mark: |
| 6.x.x | :white_check_mark: |
| <= 4.x.x | :x: |

## Reporting a Vulnerability
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'war'
apply plugin: 'maven-publish'

group = 'conorheffron'
version = '6.0.0'
version = '6.0.1'
description = "Sample Data Manager"

sourceCompatibility = 23
Expand Down
5 changes: 4 additions & 1 deletion src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ spring.datasource.initialization-mode=always
# Thymeleaf
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.resources.add-mappings=true
spring.resources.add-mappings=true

# banner
spring.banner.location: classpath:/static/ironoc-banner.txt
8 changes: 8 additions & 0 deletions src/main/resources/static/ironoc-db-banner.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
${AnsiColor.GREEN}
.__ __________ ________ __ ___.
|__|\______ \ ____ ____ ____ ____ \______ \ _____ _/ |_ _____ \_ |__ _____ ______ ____
| | | _/ / _ \ / \ / _ \ _/ ___\ | | \ \__ \ \ __\\__ \ | __ \ \__ \ / ___/_/ __ \
| | | | \( <_> )| | \( <_> )\ \___ | ` \ / __ \_ | | / __ \_ | \_\ \ / __ \_ \___ \ \ ___/
|__| |____|_ / \____/ |___| / \____/ \___ > /_______ /(____ / |__| (____ / |___ /(____ //____ > \___ >
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/
${AnsiColor.DEFAULT}

0 comments on commit d6ae33c

Please sign in to comment.