File tree Expand file tree Collapse file tree 9 files changed +12
-11
lines changed
org/forgerock/openidm/ui/admin/util Expand file tree Collapse file tree 9 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -1323,8 +1323,8 @@ Copyright: Copyright (C) 2011-2014 by Yehuda Katz
13231323Version: i18next-1.7.3-min.js
13241324Copyright: Copyright (c)2014 Jan Mühlemann (jamuhl).
13251325
1326- Version: jquery-2.1 .1-min.js
1327- Copyright: (c) 2005, 2014 jQuery Foundation, Inc.
1326+ Version: jquery-3.7 .1-min.js
1327+ Copyright: (c) 2005, 2023 jQuery Foundation, Inc.
13281328
13291329Version: jquery.ba-dotimeout-1.0-min.js
13301330Copyright: Copyright (c) 2010 "Cowboy" Ben Alman
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ org.forgerock.commons.ui.libs--font-awesome--4.5.0=MIT
2727org.forgerock.commons.ui.libs--form2js--2.0-769718a =MIT
2828org.forgerock.commons.ui.libs--handlebars--4.0.5 =MIT
2929org.forgerock.commons.ui.libs--i18next--1.7.3 =MIT
30- org.forgerock.commons.ui.libs--jquery--2.1 .1 =MIT
30+ org.forgerock.commons.ui.libs--jquery--3.7 .1 =MIT
3131org.forgerock.commons.ui.libs--jquery-cron--f831f2 =MIT
3232org.forgerock.commons.ui.libs--js2form--2.0-769718a =MIT
3333org.forgerock.commons.ui.libs--jsoneditor--0.7.9 =MIT
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ require.config({
3939 js2form : "libs/js2form-2.0-769718a" ,
4040 form2js : "libs/form2js-2.0-769718a" ,
4141 spin : "libs/spin-2.0.1-min" ,
42- jquery : "libs/jquery-2.1 .1-min" ,
42+ jquery : "libs/jquery-3.7 .1-min" ,
4343 cron : "libs/jquery-cron-f831f2" ,
4444 xdate : "libs/xdate-0.8-min" ,
4545 doTimeout : "libs/jquery.ba-dotimeout-1.0-min" ,
Original file line number Diff line number Diff line change 1212 * information: "Portions copyright [year] [name of copyright owner]".
1313 *
1414 * Copyright 2014-2016 ForgeRock AS.
15+ * Portions copyright 2025 3A Systems LLC.
1516 */
1617
1718define ( [
@@ -283,7 +284,7 @@ define([
283284
284285 cronPeriod = cronDiv . find ( ".cron-period" ) . find ( "select" ) . find ( "option:selected" ) . text ( ) ;
285286
286- cronDiv . find ( ".cron-block" ) . filter ( function ( ) { return $ ( this ) . css ( "display" ) === "inline "; } ) . each ( function ( ) {
287+ cronDiv . find ( ".cron-block" ) . filter ( function ( ) { return $ ( this ) . css ( "display" ) !== "none "; } ) . each ( function ( ) {
287288 $ ( this ) . find ( "select" ) . find ( "option:not(:selected)" ) . remove ( ) ;
288289 //$(this).find("select").remove();
289290 readableTextArray . push ( $ ( this ) . text ( ) ) ;
@@ -305,4 +306,4 @@ define([
305306 } ;
306307
307308 return schedulerInstance ;
308- } ) ;
309+ } ) ;
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ org.forgerock.commons.ui.libs--font-awesome--4.5.0=MIT
2727org.forgerock.commons.ui.libs--form2js--2.0-769718a =MIT
2828org.forgerock.commons.ui.libs--handlebars--4.0.5 =MIT
2929org.forgerock.commons.ui.libs--i18next--1.7.3 =MIT
30- org.forgerock.commons.ui.libs--jquery--2.1 .1 =MIT
30+ org.forgerock.commons.ui.libs--jquery--3.7 .1 =MIT
3131org.forgerock.commons.ui.libs--jquery-ui--1.11.1 =MIT
3232org.forgerock.commons.ui.libs--js2form--2.0-769718a =MIT
3333org.forgerock.commons.ui.libs--jsoneditor--0.7.9 =MIT
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ require.config({
3838 js2form : "libs/js2form-2.0-769718a" ,
3939 form2js : "libs/form2js-2.0-769718a" ,
4040 spin : "libs/spin-2.0.1-min" ,
41- jquery : "libs/jquery-2.1 .1-min" ,
41+ jquery : "libs/jquery-3.7 .1-min" ,
4242 xdate : "libs/xdate-0.8-min" ,
4343 doTimeout : "libs/jquery.ba-dotimeout-1.0-min" ,
4444 handlebars : "libs/handlebars-4.0.5" ,
Original file line number Diff line number Diff line change 608608 <artifactItem >
609609 <groupId >org.openidentityplatform.commons.ui.libs</groupId >
610610 <artifactId >jquery</artifactId >
611- <version >2.1 .1</version >
611+ <version >3.7 .1</version >
612612 <packaging >js</packaging >
613613 <classifier >min</classifier >
614614 <downloadUrl >https://cdnjs.cloudflare.com/ajax/libs/jquery/{version}/{artifactId}.{classifier}.{packaging}</downloadUrl >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ org.forgerock.commons.ui.libs--CodeMirror--4.10=MIT
88org.forgerock.commons.ui.libs--backbone--1.1.2 =MIT
99org.forgerock.commons.ui.libs--form2js--2.0 =MIT
1010org.forgerock.commons.ui.libs--i18next--1.7.3 =MIT
11- org.forgerock.commons.ui.libs--jquery--2.1 .1 =MIT
11+ org.forgerock.commons.ui.libs--jquery--3.7 .1 =MIT
1212org.forgerock.commons.ui.libs--jquery-cron--r2427 =MIT
1313org.forgerock.commons.ui.libs--jquery-gentleSelect--0.1.3.1 =MIT
1414org.forgerock.commons.ui.libs--jquery-ui--1.11.1 =MIT
Original file line number Diff line number Diff line change 425425 <dependency >
426426 <groupId >org.openidentityplatform</groupId >
427427 <artifactId >openicf</artifactId >
428- <version >1.7.3 </version >
428+ <version >1.7.4-SNAPSHOT </version >
429429 <type >pom</type >
430430 <scope >import</scope >
431431 </dependency >
You can’t perform that action at this time.
0 commit comments