Skip to content

Commit e8011b4

Browse files
committed
Merge branch 'V5' into V6
2 parents a515623 + b347bcd commit e8011b4

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

publiccms-parent/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-gradle-plugin
11-
classpath "org.springframework.boot:spring-boot-gradle-plugin:4.0.0"
11+
classpath "org.springframework.boot:spring-boot-gradle-plugin:4.0.1"
1212
}
1313
}
1414

@@ -35,17 +35,17 @@ subprojects {
3535
springVersion = "7.0.2"
3636
// https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web
3737
// https://spring.io/projects/spring-boot
38-
springBootVersion = "4.0.0"
38+
springBootVersion = "4.0.1"
3939
// https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
4040
junitVersion = "6.0.1"
4141
// http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core
4242
// http://hibernate.org/orm/downloads/
4343
hibernateVersion = "7.2.0.Final"
4444
// http://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm
45-
hibernateToolsVersion = "7.1.11.Final"
45+
hibernateToolsVersion = "7.2.0.Final"
4646
// https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm
4747
// http://hibernate.org/search/downloads/
48-
hibernateSearchVersion = "8.2.0.Final"
48+
hibernateSearchVersion = "8.2.1.Final"
4949
// https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator
5050
hibernateValidatorVersion = "9.1.0.Final"
5151
// https://mvnrepository.com/artifact/org.ehcache/ehcache
@@ -68,7 +68,7 @@ subprojects {
6868
luceneVersion = "10.3.2"
6969
// http://mvnrepository.com/artifact/redis.clients/jedis
7070
// https://github.com/redis/jedis
71-
jedisVersion = "7.1.0"
71+
jedisVersion = "7.2.0"
7272
// http://mvnrepository.com/artifact/org.quartz-scheduler/quartz
7373
// https://github.com/quartz-scheduler/quartz/releases
7474
quartzVersion = "2.5.2"
@@ -101,7 +101,7 @@ subprojects {
101101
// https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging
102102
jbossLoggingVersion = "3.6.1.Final"
103103
// https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core
104-
log4jVersion = "2.25.2"
104+
log4jVersion = "2.25.3"
105105
// https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor
106106
extractorVersion = "2.19.0"
107107
// https://mvnrepository.com/artifact/org.sejda.imageio/webp-imageio

publiccms-parent/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
<version.spring>7.0.2</version.spring>
3030
<!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
3131
<!-- https://spring.io/projects/spring-boot -->
32-
<version.springBoot>4.0.0</version.springBoot>
32+
<version.springBoot>4.0.1</version.springBoot>
3333
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
3434
<version.juint>6.0.1</version.juint>
3535
<!-- http://mvnrepository.com/artifact/org.hibernate.orm/hibernate-core -->
3636
<!-- http://hibernate.org/orm/releases/ -->
3737
<version.hibernate>7.2.0.Final</version.hibernate>
3838
<!-- https://mvnrepository.com/artifact/org.hibernate.tool/hibernate-tools-orm -->
39-
<version.hibernateTools>7.1.11.Final</version.hibernateTools>
39+
<version.hibernateTools>7.2.0.Final</version.hibernateTools>
4040
<!-- https://mvnrepository.com/artifact/org.hibernate.search/hibernate-search-mapper-orm/ -->
4141
<!-- http://hibernate.org/search/releases/ -->
42-
<version.hibernateSearch>8.2.0.Final</version.hibernateSearch>
42+
<version.hibernateSearch>8.2.1.Final</version.hibernateSearch>
4343
<!-- https://mvnrepository.com/artifact/org.hibernate.validator/hibernate-validator -->
4444
<version.hibernateValidator>9.1.0.Final</version.hibernateValidator>
4545
<!-- http://mvnrepository.com/artifact/org.mybatis/mybatis -->
@@ -62,7 +62,7 @@
6262
<version.lucene>10.3.2</version.lucene>
6363
<!-- http://mvnrepository.com/artifact/redis.clients/jedis -->
6464
<!-- https://github.com/redis/jedis -->
65-
<version.jedis>7.1.0</version.jedis>
65+
<version.jedis>7.2.0</version.jedis>
6666
<!-- http://mvnrepository.com/artifact/org.quartz-scheduler/quartz -->
6767
<version.quartz>2.5.2</version.quartz>
6868
<!-- https://mvnrepository.com/artifact/com.zaxxer/HikariCP -->
@@ -92,7 +92,7 @@
9292
<!-- http://mvnrepository.com/artifact/commons-codec/commons-codec -->
9393
<version.codec>1.20.0</version.codec>
9494
<!-- https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
95-
<version.log4j>2.25.2</version.log4j>
95+
<version.log4j>2.25.3</version.log4j>
9696
<!-- https://mvnrepository.com/artifact/org.jboss.logging/jboss-logging -->
9797
<version.jbossLogging>3.6.1.Final</version.jbossLogging>
9898
<!-- https://mvnrepository.com/artifact/com.drewnoakes/metadata-extractor -->

publiccms-parent/publiccms/src/main/webapp/resource/css/core.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,17 +158,17 @@ header .navbar-toggler.side-right{background-image:url(../images/side-right.png)
158158
.tabsPage .tabsPageContent{display:block;overflow:hidden;position:relative;}
159159

160160
/* Tree */
161-
.tree li{line-height:30px;padding-left:20px;cursor:pointer;clear:both;}
161+
.tree li{line-height:26px;padding-left:15px;cursor:pointer;clear:both;}
162162
.tree>li{padding-left:5px;}
163163
.tree li div{white-space:nowrap;}
164164
.tree li:not(:has(ul)){min-width:155px;float:left;clear:none;}
165165
.leftPageContent .tree li:not(:has(ul)){min-width:auto;float:none;clear:both;}
166166
.tree ul:after{display:block;content:".";height:0;clear:both;visibility:hidden;}
167167
.tree li a.disabled{color:#aaa;}
168-
.tree a{height:auto;line-height:30px;font-size:13px;}
168+
.tree a{height:auto;line-height:26px;font-size:13px;}
169169
.tree a>i{margin-right:5px;}
170170
.tree a, .tree a:hover{text-decoration:none;}
171-
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable,.tree .ckbox{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display: inline-block;line-height:30px;text-align:center;width:22px;}
171+
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable,.tree .ckbox{font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display: inline-block;line-height:26px;text-align:center;width:18px;}
172172
.tree .collapsable,.tree .end_collapsable,.tree .end_expandable,.tree .expandable,.tree .file,.tree .folder_collapsable,.tree .folder_expandable,.tree .last_collapsable,.tree .last_expandable, .tree .first_collapsable, .tree .first_expandable{font-family:iconfont;}
173173
.tree .folder_collapsable:before{content:"\e668";}
174174
.tree .collapsable:before,.tree .end_collapsable:before,.tree .last_collapsable:before, .tree .first_collapsable:before{content:"\e668";}
@@ -260,9 +260,9 @@ a.button:hover{text-decoration:none;}
260260
.button i,.buttonActive i,.buttonDisabled i{margin-right:5px;}
261261

262262
/* Layout */
263-
.leftPageContent{float:left;display:block;overflow:auto;width:205px;line-height:21px;}
263+
.leftPageContent{float:left;display:block;overflow:auto;width:220px;line-height:21px;}
264264
.leftPageContent .card{margin-right:4px;}
265-
.rightPageContent{margin-left:205px;}
265+
.rightPageContent{margin-left:220px;}
266266
.thumbnail,.image-list{position:relative;overflow:hidden;margin-top:5px;margin-right:5px;border:1px dashed #cacbcc;display:inline-block;text-align:center;line-height:0px;}
267267
/* Pages default */
268268
.page{display:block;overflow:hidden;width:100%;height:100%;-webkit-overflow-scrolling:touch;}

0 commit comments

Comments
 (0)